summaryrefslogtreecommitdiff
path: root/lldb/source/Core/Disassembler.cpp
AgeCommit message (Expand)Author
2011-04-27Added a new OptionValue subclass for lldb::Format: OptionValueFormat. AddedGreg Clayton
2011-04-26Changed the emulate instruction function to take emulate options whichGreg Clayton
2011-04-23Fixed the SymbolContext::DumpStopContext() to correctly indent and dumpGreg Clayton
2011-04-22Change code for reading emulation data files to read the new fileCaroline Tice
2011-04-21Use self.TraceOn() API to decide whether to print debug output.Johnny Chen
2011-04-19Add the infrastructure to test instruction emulations automatically.Caroline Tice
2011-04-08Fix various things in the instruction emulation code:Caroline Tice
2011-04-05Add Emulate and DumpEmulation to Instruction class.Caroline Tice
2011-04-05Add the rest of the mechanisms to make ARM instruction emulation usable/possi...Caroline Tice
2011-03-30Many improvements to the Platform base class and subclasses. The base PlatformGreg Clayton
2011-03-26Added the ability to get the min and max instruction byte size for Greg Clayton
2011-03-25Cleaned up the Disassembler code a bit more. You can now request a disassemblerGreg Clayton
2011-03-24Made the lldb_private::Opcode struct into a real boy... I mean class.Greg Clayton
2011-03-22Add the ability to disassemble "n" instructions from the current PC, or the f...Jim Ingham
2011-03-10Fixed the -r parameter to the disassemble commandSean Callanan
2011-02-23Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified formGreg Clayton
2011-02-15Made lldb_private::ArchSpec contain much more than just an architecture. ItGreg Clayton
2011-01-27Changed the SymbolFile::FindFunction() function calls to only return Greg Clayton
2011-01-07Added the ability for Target::ReadMemory to prefer to read from the fileGreg Clayton
2010-10-06Added the ability to get the disassembly instructions from the function andGreg Clayton
2010-09-15Fixed a missing newline when dumping mixed disassembly.Greg Clayton
2010-09-14Moved the section load list up into the target so we can use the targetGreg Clayton
2010-09-06Fixed an error that could occur during disassembly that could cause a functio...Greg Clayton
2010-09-02Added a new bool parameter to many of the DumpStopContext() methods that Greg Clayton
2010-08-24Got a lot of the kinks worked out in the inline support after debugging moreGreg Clayton
2010-08-24Added support for inlined stack frames being represented as real stack framesGreg Clayton
2010-07-27Changed SymbolContext so when you search for functionsSean Callanan
2010-06-30Centralized all disassembly into static functions in source/Core/Disassembler...Greg Clayton
2010-06-23Very large changes that were needed in order to allow multiple connectionsGreg Clayton
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner