summaryrefslogtreecommitdiff
path: root/lldb/source/API/SBInstruction.cpp
AgeCommit message (Expand)Author
2011-04-26Changed the emulate instruction function to take emulate options whichGreg Clayton
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-07Modified the ArchSpec to take an optional "Platform *" when setting the triple.Greg Clayton
2011-04-05Add Emulate and DumpEmulation to Instruction class.Caroline Tice
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-02-09Use Host::File in lldb_private::StreamFile and other places to cleanup hostGreg Clayton
2010-11-05Added copy constructors and assignment operators to all lldb::SB* classesGreg Clayton
2010-10-06Added the ability to get the disassembly instructions from the function andGreg 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