summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/RegisterValue.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-071-905/+0
* Move dumping code out of RegisterValue classPavel Labath2018-07-241-62/+0
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-9/+8
* Move Args.cpp from Interpreter to UtilityPavel Labath2018-04-171-1/+1
* Add check for self-assignment. NFCDon Hinton2017-11-141-0/+3
* Rename Error -> Status.Zachary Turner2017-05-121-12/+12
* iwyu fixes for lldbCore.Zachary Turner2017-04-061-9/+14
* Delete some more dead includes.Zachary Turner2017-03-221-1/+0
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-041-1/+1
* Isolate Target-specific functionality of DataExtractor.Zachary Turner2017-03-031-9/+10
* Move classes from Core -> Utility.Zachary Turner2017-02-021-3/+3
* Resubmit "Change RegisterValue getters / setters to use StringRef."Zachary Turner2016-11-171-89/+90
* Revert "Change RegisterValue getters / setters to use StringRef."Zachary Turner2016-11-171-90/+89
* Change RegisterValue getters / setters to use StringRef.Zachary Turner2016-11-171-89/+90
* Don't allow direct access to StreamString's internal buffer.Zachary Turner2016-11-161-5/+5
* [LLDB][MIPS] Fix register read/write for 32 bit big endian systemNitesh Jain2016-10-101-0/+3
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-930/+852
* Fix cmake build after r266524.Oleksiy Vyalov2016-04-161-0/+1
* Make Scalar::GetBytes and RegisterValue::GetBytes constUlrich Weigand2016-04-141-93/+38
* Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Core; o...Eugene Zelenko2016-03-121-19/+15
* Certain hardware architectures have registers of 256 bits in sizeEnrico Granata2016-03-101-2/+9
* Support floating point values in 128-bit SSE vector registersAdrian Prantl2016-03-081-0/+4
* Fix all of the unannotated switch cases to annotate the fall through or do th...Greg Clayton2016-02-261-8/+9
* Fix typos.Bruce Mitchener2015-09-221-1/+1
* Fix assertion failure caused by a bug in 128bit register handling in Register...Tamas Berghammer2015-09-081-1/+1
* [LLDB] Use llvm::APInt and llvm::APFloat in Scalar and RegisterValueSagar Thakur2015-08-201-387/+194
* Revert "[LLDB] Use llvm::APInt and llvm::APFloat in Scalar and RegisterValue"Pavel Labath2015-08-171-192/+387
* [LLDB] Use llvm::APInt and llvm::APFloat in Scalar and RegisterValueSagar Thakur2015-08-171-387/+192
* Revert r244308 since it's introducing test regressions on Linux:Oleksiy Vyalov2015-08-101-191/+387
* [LLDB][MIPS] Fix offsets of all register sets and add MSA regset and FRE=1 mo...Sagar Thakur2015-08-071-387/+191
* Fix typos.Bruce Mitchener2015-07-221-2/+2
* Moved Args::StringToXIntYZ to StringConvert::ToXIntYZVince Harron2015-01-151-2/+3
* RegisterValues can now report their contents asSean Callanan2013-04-301-1/+58
* Introduces extended register sets whose availability can vary with the target...Ashok Thirumurthi2013-03-281-2/+1
* Fix assert in RegisterValue::SetBytes if we're trying toJason Molenda2013-03-091-1/+1
* <rdar://problem/13069948>Greg Clayton2013-01-251-1/+1
* More Linux warnings fixes (remove default labels as needed):Daniel Malea2012-12-071-2/+0
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-2/+2
* For the eEncodingIEEE754 registers in RegisterValue::SetType,Jason Molenda2012-09-061-2/+2
* rdar://problem/11598332Johnny Chen2012-06-051-5/+18
* rdar://problem/10611315Johnny Chen2012-03-071-0/+3
* rdar://problem/10652076Johnny Chen2012-03-021-1/+54
* Cleaned up many error codes. For any who is filling in error strings intoGreg Clayton2011-10-261-13/+13
* Fix a logic error caught by the static analyzer.Johnny Chen2011-08-121-1/+1
* Fixed some issues with ARM backtraces by not processing any push/pop Greg Clayton2011-07-061-0/+147
* Added a way to resolve an load address from a target:Greg Clayton2011-05-181-1/+71
* Added generic register numbers for simple ABI argument registers and definedGreg Clayton2011-05-151-3/+39
* While implementing unwind information using UnwindAssemblyInstEmulation I ranGreg Clayton2011-05-091-0/+896
OpenPOWER on IntegriCloud