summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBInstruction.cpp
Commit message (Expand)AuthorAgeFilesLines
* build fix for SBInstruction.Lawrence D'Anna2019-10-141-1/+1
* remove FILE* bindings from SBInstruction.Lawrence D'Anna2019-10-141-4/+18
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-6/+7
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-2/+0
* [Reproducers] Capture return values of functions returning by ptr/refJonas Devlieghere2019-04-031-1/+1
* [lldb] [Reproducer] Move SBRegistry registration into declaring filesMichal Gorny2019-03-191-0/+38
* Add "operator bool" to SB APIsPavel Labath2019-03-111-0/+4
* [Reproducers] Add SBReproducer macrosJonas Devlieghere2019-03-061-6/+56
* Use std::make_shared in LLDB (NFC)Jonas Devlieghere2019-02-111-1/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Move AddressClass to private enums since API doesn't provide any functions to...Tatyana Krasnukha2018-06-271-7/+0
* Change AddressClass type from 'enum' to 'enum class'.Tatyana Krasnukha2018-06-261-1/+1
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-12/+11
* Move ArchSpec to the Utility modulePavel Labath2017-11-131-2/+1
* Invert ArchSpec<->Platform dependencyPavel Labath2017-10-311-2/+2
* [LLDB][MIPS] Fix TestStepOverBreakpoint.py failure.Nitesh Jain2017-05-041-0/+7
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-041-2/+2
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-242/+175
* Fix a memory leak in InstructionLLVMC where it held onto a strong reference t...Greg Clayton2016-06-071-47/+118
* second pass over removal of Mutex and ConditionSaleem Abdulrasool2016-05-191-6/+9
* [LLDB][MIPS] A small fix in GetBreakableLoadAddress() for MIPSBhushan D. Attarde2016-01-271-0/+8
* 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