summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/EmulateInstruction.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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