summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBInstruction.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change the default disassembly format again. First attempt atJason Molenda2015-02-131-2/+2
* Get rid of Debugger::FormatPrompt() and replace it with the new FormatEntity ...Greg Clayton2015-02-041-4/+6
* Add a new disassembly-format specification so that the disassemblerJason Molenda2014-10-101-2/+15
* Roll back the changes I made in r193907 which created a new FrameJason Molenda2013-11-041-2/+2
* Add a new base class, Frame. It is a pure virtual function whichJason Molenda2013-11-021-2/+2
* <rdar://problem/11757916>Greg Clayton2012-08-291-0/+1
* <rdar://problem/11330621>Greg Clayton2012-05-101-6/+6
* Don't expose the pthread_mutex_t underlying the Mutex & Mutex::Locker classes. Jim Ingham2012-05-041-3/+3
* Expose GetAddressClass() from both the SBAddress and SBInstruction so clients...Greg Clayton2012-04-131-0/+8
* Cleaned up code that was getting SBData for an SBInstruction.Greg Clayton2012-04-111-12/+2
* No functionality changes, mostly cleanup.Greg Clayton2012-04-111-3/+3
* SBFrame is now threadsafe using some extra tricks. One issue is that stackGreg Clayton2012-01-301-28/+37
* Fixed the public and internal disassembler API to be named correctly:Greg Clayton2011-09-271-4/+4
* Added more functionality to the public API to allow for betterGreg Clayton2011-09-261-0/+81
* Converted the lldb_private::Process over to use the intrusiveGreg Clayton2011-09-221-1/+1
* Changed the emulate instruction function to take emulate options whichGreg Clayton2011-04-261-2/+2
* Use self.TraceOn() API to decide whether to print debug output.Johnny Chen2011-04-211-5/+2
* Add the infrastructure to test instruction emulations automatically.Caroline Tice2011-04-191-0/+11
* Fix various things in the instruction emulation code:Caroline Tice2011-04-081-7/+4
* Modified the ArchSpec to take an optional "Platform *" when setting the triple.Greg Clayton2011-04-071-1/+1
* Add Emulate and DumpEmulation to Instruction class.Caroline Tice2011-04-051-0/+45
* Added the ability to get the min and max instruction byte size for Greg Clayton2011-03-261-2/+2
* Cleaned up the Disassembler code a bit more. You can now request a disassemblerGreg Clayton2011-03-251-3/+3
* Use Host::File in lldb_private::StreamFile and other places to cleanup hostGreg Clayton2011-02-091-1/+1
* Added copy constructors and assignment operators to all lldb::SB* classesGreg Clayton2010-11-051-0/+13
* Added the ability to get the disassembly instructions from the function andGreg Clayton2010-10-061-39/+61
* Very large changes that were needed in order to allow multiple connectionsGreg Clayton2010-06-231-6/+6
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+74
OpenPOWER on IntegriCloud