summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/Disassembler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Changed the emulate instruction function to take emulate options whichGreg Clayton2011-04-261-9/+8
* Fixed the SymbolContext::DumpStopContext() to correctly indent and dumpGreg Clayton2011-04-231-9/+18
* Change code for reading emulation data files to read the new fileCaroline Tice2011-04-221-12/+225
* Use self.TraceOn() API to decide whether to print debug output.Johnny Chen2011-04-211-6/+6
* Add the infrastructure to test instruction emulations automatically.Caroline Tice2011-04-191-0/+148
* Fix various things in the instruction emulation code:Caroline Tice2011-04-081-0/+2
* Add Emulate and DumpEmulation to Instruction class.Caroline Tice2011-04-051-0/+33
* Add the rest of the mechanisms to make ARM instruction emulation usable/possi...Caroline Tice2011-04-051-0/+1
* Many improvements to the Platform base class and subclasses. The base PlatformGreg Clayton2011-03-301-60/+43
* Added the ability to get the min and max instruction byte size for Greg Clayton2011-03-261-99/+101
* Cleaned up the Disassembler code a bit more. You can now request a disassemblerGreg Clayton2011-03-251-61/+80
* Made the lldb_private::Opcode struct into a real boy... I mean class.Greg Clayton2011-03-241-0/+8
* Add the ability to disassemble "n" instructions from the current PC, or the f...Jim Ingham2011-03-221-99/+265
* Fixed the -r parameter to the disassemble commandSean Callanan2011-03-101-4/+9
* Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified formGreg Clayton2011-02-231-1/+1
* Made lldb_private::ArchSpec contain much more than just an architecture. ItGreg Clayton2011-02-151-10/+2
* Changed the SymbolFile::FindFunction() function calls to only return Greg Clayton2011-01-271-24/+29
* Added the ability for Target::ReadMemory to prefer to read from the fileGreg Clayton2011-01-071-1/+2
* Added the ability to get the disassembly instructions from the function andGreg Clayton2010-10-061-29/+48
* Fixed a missing newline when dumping mixed disassembly.Greg Clayton2010-09-151-3/+10
* Moved the section load list up into the target so we can use the targetGreg Clayton2010-09-141-7/+9
* Fixed an error that could occur during disassembly that could cause a functio...Greg Clayton2010-09-061-1/+1
* Added a new bool parameter to many of the DumpStopContext() methods that Greg Clayton2010-09-021-1/+1
* Got a lot of the kinks worked out in the inline support after debugging moreGreg Clayton2010-08-241-1/+1
* Added support for inlined stack frames being represented as real stack framesGreg Clayton2010-08-241-1/+1
* Changed SymbolContext so when you search for functionsSean Callanan2010-07-271-1/+2
* Centralized all disassembly into static functions in source/Core/Disassembler...Greg Clayton2010-06-301-75/+223
* Very large changes that were needed in order to allow multiple connectionsGreg Clayton2010-06-231-1/+2
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+299
OpenPOWER on IntegriCloud