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