summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Instruction/ARM/EmulationStateARM.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-7/+7
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-071-2/+2
* silence a couple of -Wqual-cast warning from GCC (NFC)Saleem Abdulrasool2017-07-191-1/+2
* [ARM/Emulation] Remove an unneeded comparison and simplify. NFCI.Davide Italiano2017-04-141-2/+2
* Fix two places where an arm instruction emulation methodJason Molenda2017-03-211-3/+6
* Don't allow direct access to StreamString's internal buffer.Zachary Turner2016-11-161-2/+2
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-367/+302
* Fix ARM instruction emulation tests on big-endian systemsUlrich Weigand2016-04-141-52/+64
* Fixed a ton of gcc compile warningsVince Harron2015-05-131-1/+1
* Roll back the changes I made in r193907 which created a new FrameJason Molenda2013-11-041-2/+2
* Add a new base class, Frame. It is a pure virtual function whichJason Molenda2013-11-021-2/+2
* Fix some more mismatched integer types causing compiler warnings.Andy Gibbs2013-06-241-1/+1
* Reimplemented the code that backed the "settings" in lldb. There were many is...Greg Clayton2012-08-221-0/+2
* While implementing unwind information using UnwindAssemblyInstEmulation I ranGreg Clayton2011-05-091-38/+29
* Added a new OptionValue subclass for lldb::Format: OptionValueFormat. AddedGreg Clayton2011-04-271-3/+3
* Got the EmulateInstruction CFI code a lot closer to producing CFI data.Greg Clayton2011-04-261-39/+6
* Changed the emulate instruction function to take emulate options whichGreg Clayton2011-04-261-19/+23
* Change code for reading emulation data files to read the new fileCaroline Tice2011-04-221-76/+90
* Add the infrastructure to test instruction emulations automatically.Caroline Tice2011-04-191-0/+428
OpenPOWER on IntegriCloud