summaryrefslogtreecommitdiff
path: root/lldb/source/Core/RegisterValue.cpp
AgeCommit message (Expand)Author
2018-08-07Move RegisterValue,Scalar,State from Core to UtilityPavel Labath
2018-07-24Move dumping code out of RegisterValue classPavel Labath
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2018-04-17Move Args.cpp from Interpreter to UtilityPavel Labath
2017-11-14Add check for self-assignment. NFCDon Hinton
2017-05-12Rename Error -> Status.Zachary Turner
2017-04-06iwyu fixes for lldbCore.Zachary Turner
2017-03-22Delete some more dead includes.Zachary Turner
2017-03-04Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner
2017-03-03Isolate Target-specific functionality of DataExtractor.Zachary Turner
2017-02-02Move classes from Core -> Utility.Zachary Turner
2016-11-17Resubmit "Change RegisterValue getters / setters to use StringRef."Zachary Turner
2016-11-17Revert "Change RegisterValue getters / setters to use StringRef."Zachary Turner
2016-11-17Change RegisterValue getters / setters to use StringRef.Zachary Turner
2016-11-16Don't allow direct access to StreamString's internal buffer.Zachary Turner
2016-10-10[LLDB][MIPS] Fix register read/write for 32 bit big endian systemNitesh Jain
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-04-16Fix cmake build after r266524.Oleksiy Vyalov
2016-04-14Make Scalar::GetBytes and RegisterValue::GetBytes constUlrich Weigand
2016-03-12Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Core; o...Eugene Zelenko
2016-03-10Certain hardware architectures have registers of 256 bits in sizeEnrico Granata
2016-03-08Support floating point values in 128-bit SSE vector registersAdrian Prantl
2016-02-26Fix all of the unannotated switch cases to annotate the fall through or do th...Greg Clayton
2015-09-22Fix typos.Bruce Mitchener
2015-09-08Fix assertion failure caused by a bug in 128bit register handling in Register...Tamas Berghammer
2015-08-20[LLDB] Use llvm::APInt and llvm::APFloat in Scalar and RegisterValueSagar Thakur
2015-08-17Revert "[LLDB] Use llvm::APInt and llvm::APFloat in Scalar and RegisterValue"Pavel Labath
2015-08-17[LLDB] Use llvm::APInt and llvm::APFloat in Scalar and RegisterValueSagar Thakur
2015-08-10Revert r244308 since it's introducing test regressions on Linux:Oleksiy Vyalov
2015-08-07[LLDB][MIPS] Fix offsets of all register sets and add MSA regset and FRE=1 mo...Sagar Thakur
2015-07-22Fix typos.Bruce Mitchener
2015-01-15Moved Args::StringToXIntYZ to StringConvert::ToXIntYZVince Harron
2013-04-30RegisterValues can now report their contents asSean Callanan
2013-03-28Introduces extended register sets whose availability can vary with the target...Ashok Thirumurthi
2013-03-09Fix assert in RegisterValue::SetBytes if we're trying toJason Molenda
2013-01-25<rdar://problem/13069948>Greg Clayton
2012-12-07More Linux warnings fixes (remove default labels as needed):Daniel Malea
2012-11-29Resolve printf formatting warnings on Linux:Daniel Malea
2012-09-06For the eEncodingIEEE754 registers in RegisterValue::SetType,Jason Molenda
2012-06-05rdar://problem/11598332Johnny Chen
2012-03-07rdar://problem/10611315Johnny Chen
2012-03-02rdar://problem/10652076Johnny Chen
2011-10-26Cleaned up many error codes. For any who is filling in error strings intoGreg Clayton
2011-08-12Fix a logic error caught by the static analyzer.Johnny Chen
2011-07-06Fixed some issues with ARM backtraces by not processing any push/pop Greg Clayton
2011-05-18Added a way to resolve an load address from a target:Greg Clayton
2011-05-15Added generic register numbers for simple ABI argument registers and definedGreg Clayton
2011-05-09While implementing unwind information using UnwindAssemblyInstEmulation I ranGreg Clayton