summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/EmulateInstruction.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix a "memset clearing an object of non-trivial type" warning in EmulateInstr...Pavel Labath2019-03-191-8/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove comments after header includes.Jonas Devlieghere2018-11-111-9/+9
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-071-1/+1
* Move dumping code out of RegisterValue classPavel Labath2018-07-241-1/+2
* Rename Error -> Status.Zachary Turner2017-05-121-3/+3
* iwyu fixes for lldbCore.Zachary Turner2017-04-061-9/+17
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-041-1/+1
* Remove dependencies from Utility to Core and Target.Zachary Turner2017-02-141-1/+1
* Move classes from Core -> Utility.Zachary Turner2017-02-021-2/+2
* [lldb] Fix typos in file headersAlexander Shaposhnikov2016-11-261-1/+1
* 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-569/+501
* Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Core; o...Eugene Zelenko2016-03-031-64/+44
* Clean up register naming conventions inside lldb. Jason Molenda2015-09-151-2/+2
* A messy bit of cleanup: Move towards more descriptive namesJason Molenda2015-08-151-4/+4
* Replace uint32_t by lldb::RegisterKing in register context API.Jean-Daniel Dupas2014-07-021-7/+9
* Roll back the changes I made in r193907 which created a new FrameJason Molenda2013-11-041-4/+4
* Add a new base class, Frame. It is a pure virtual function whichJason Molenda2013-11-021-4/+4
* <rdar://problem/13854277>Greg Clayton2013-05-101-1/+2
* <rdar://problem/13069948>Greg Clayton2013-01-251-1/+1
* More Linux warnings fixes (remove default labels as needed):Daniel Malea2012-12-071-4/+0
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-8/+8
* Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. S...Greg Clayton2012-09-181-2/+2
* The second part in thread hardening the internals of LLDB where we makeGreg Clayton2012-02-181-29/+17
* Created a std::string in the base StopInfo class for the description andGreg Clayton2011-06-041-0/+4
* Added generic register numbers for simple ABI argument registers and definedGreg Clayton2011-05-151-1/+1
* Moved all code from ArchDefaultUnwindPlan and ArchVolatileRegs into theirGreg Clayton2011-05-111-67/+67
* While implementing unwind information using UnwindAssemblyInstEmulation I ranGreg Clayton2011-05-091-61/+131
* Remove type cast that was causing compiler warning.Caroline Tice2011-05-031-2/+2
* Added the start of the CFI row production using theGreg Clayton2011-04-291-5/+5
* Got the EmulateInstruction CFI code a lot closer to producing CFI data.Greg Clayton2011-04-261-247/+212
* Changed the emulate instruction function to take emulate options whichGreg Clayton2011-04-261-89/+81
* Order of initialization lists.Stephen Wilson2011-04-111-1/+1
* Fix various things in the instruction emulation code:Caroline Tice2011-04-081-2/+4
* Modified the ArchSpec to take an optional "Platform *" when setting the triple.Greg Clayton2011-04-071-2/+2
* Translate dwarf register numbers to internal register numbersCaroline Tice2011-04-061-2/+10
* Convert "process" read/write callback functions to "frame" read/write callbac...Caroline Tice2011-04-051-34/+38
* Add the rest of the mechanisms to make ARM instruction emulation usable/possi...Caroline Tice2011-04-051-7/+522
* Made the lldb_private::Opcode struct into a real boy... I mean class.Greg Clayton2011-03-241-1/+1
* Fixed the LLDB build so that we can have private types, private enums andGreg Clayton2011-03-241-2/+2
* Made lldb_private::ArchSpec contain much more than just an architecture. ItGreg Clayton2011-02-151-3/+3
* Header patch, virtual dtor patch and missed UUID patch from Kirk Beitz.Greg Clayton2011-02-051-1/+1
* Remove bzero use and replace with memset (patch from Kirk Beitz).Greg Clayton2011-02-041-1/+1
* Modified the PluginManager to be ready for loading plug-ins from a systemGreg Clayton2011-02-021-0/+26
* Endian patch from Kirk Beitz that allows better cross platform building.Greg Clayton2011-02-011-1/+2
* Made the EmulateInstruction class into a plug-in interface and moved theGreg Clayton2011-02-011-0/+98
OpenPOWER on IntegriCloud