summaryrefslogtreecommitdiff
path: root/lldb/source/API/SBInstructionList.cpp
AgeCommit message (Expand)Author
2025-04-23[lldb-dap] Show load addresses in disassembly (#136755)Ely Ronnen
2025-01-15[lldb] Implement (SB)Function::GetInstructions for discontinuous functions (#...Pavel Labath
2023-08-09[lldb] Sink StreamFile into lldbHostAlex Langford
2022-07-12[trace] Add a flag to the decoder to output the instruction typeWalter Erquinigo
2022-01-20[lldb] Decouple instrumentation from the reproducersJonas Devlieghere
2022-01-09[lldb] Remove LLDB_RECORD_RESULT macroJonas Devlieghere
2022-01-09[lldb] Remove reproducer instrumentationJonas Devlieghere
2022-01-02[API] Remove redundant member initialization (NFC)Kazu Hirata
2020-02-17[lldb] Replace empty ctor en dtor bodies with =default (NFC)Jonas Devlieghere
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-10-14build fix for SBInstruction.Lawrence D'Anna
2019-10-14remove FILE* bindings from SBInstruction.Lawrence D'Anna
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine
2019-04-03[Reproducers] Capture return values of functions returning by ptr/refJonas Devlieghere
2019-03-19[lldb] [Reproducer] Move SBRegistry registration into declaring filesMichal Gorny
2019-03-11Add "operator bool" to SB APIsPavel Labath
2019-03-06[Reproducers] Add SBReproducer macrosJonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-05-04[LLDB][MIPS] Fix TestStepOverBreakpoint.py failure.Nitesh Jain
2017-02-02Move classes from Core -> Utility.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-06-07Fix a memory leak in InstructionLLVMC where it held onto a strong reference t...Greg Clayton
2015-02-13Change the default disassembly format again. First attempt atJason Molenda
2015-02-04Get rid of Debugger::FormatPrompt() and replace it with the new FormatEntity ...Greg Clayton
2014-10-10Add a new disassembly-format specification so that the disassemblerJason Molenda
2012-05-10<rdar://problem/11330621>Greg Clayton
2011-06-20Test lldb Python API object's default constructor and make sure it is invalidJohnny Chen
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
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-08Initial checkin of lldb code from internal Apple repo.Chris Lattner