summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBInstructionList.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/+28
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-4/+4
* [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/+32
* Add "operator bool" to SB APIsPavel Labath2019-03-111-0/+4
* [Reproducers] Add SBReproducer macrosJonas Devlieghere2019-03-061-9/+47
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-2/+2
* [LLDB][MIPS] Fix TestStepOverBreakpoint.py failure.Nitesh Jain2017-05-041-0/+26
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-105/+69
* Fix a memory leak in InstructionLLVMC where it held onto a strong reference t...Greg Clayton2016-06-071-1/+1
* Change the default disassembly format again. First attempt atJason Molenda2015-02-131-1/+1
* Get rid of Debugger::FormatPrompt() and replace it with the new FormatEntity ...Greg Clayton2015-02-041-2/+3
* Add a new disassembly-format specification so that the disassemblerJason Molenda2014-10-101-1/+15
* <rdar://problem/11330621>Greg Clayton2012-05-101-1/+1
* Test lldb Python API object's default constructor and make sure it is invalidJohnny Chen2011-06-201-0/+6
* Add Emulate and DumpEmulation to Instruction class.Caroline Tice2011-04-051-0/+15
* Added the ability to get the min and max instruction byte size for Greg Clayton2011-03-261-1/+2
* Cleaned up the Disassembler code a bit more. You can now request a disassemblerGreg Clayton2011-03-251-1/+1
* Added copy constructors and assignment operators to all lldb::SB* classesGreg Clayton2010-11-051-0/+14
* Added the ability to get the disassembly instructions from the function andGreg Clayton2010-10-061-1/+44
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+53
OpenPOWER on IntegriCloud