summaryrefslogtreecommitdiff
path: root/lldb/source/API/SBInstruction.cpp
AgeCommit message (Expand)Author
2025-11-17[lldb] Ensure FILE* access mode is correctly specified when creating a Native...John Harrison
2025-05-29[LLDB] [NFC] - Remove duplicate #include headers from the files of lldb dir &...Akash Agrawal
2023-08-09[lldb] Sink StreamFile into lldbHostAlex Langford
2023-07-10[lldb][NFCI] TestEmulation should take a Stream refAlex Langford
2023-05-18[lldb] Guarantee the lifetimes of all strings returned from SBAPIAlex Langford
2022-08-02[LLDB] Add SBInstruction::GetControlFlowKind()Jakob Johnson
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-09-25[lldb] Pass reference instead of pointer in protected SBAddress methods.Jonas Devlieghere
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-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
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-02-11Use std::make_shared in LLDB (NFC)Jonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-06-27Move AddressClass to private enums since API doesn't provide any functions to...Tatyana Krasnukha
2018-06-26Change AddressClass type from 'enum' to 'enum class'.Tatyana Krasnukha
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-11-13Move ArchSpec to the Utility modulePavel Labath
2017-10-31Invert ArchSpec<->Platform dependencyPavel Labath
2017-05-04[LLDB][MIPS] Fix TestStepOverBreakpoint.py failure.Nitesh Jain
2017-03-04Move DataBuffer / DataExtractor and friends 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
2016-05-19second pass over removal of Mutex and ConditionSaleem Abdulrasool
2016-01-27[LLDB][MIPS] A small fix in GetBreakableLoadAddress() for MIPSBhushan D. Attarde
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
2013-11-04Roll back the changes I made in r193907 which created a new FrameJason Molenda
2013-11-02Add a new base class, Frame. It is a pure virtual function whichJason Molenda
2012-08-29<rdar://problem/11757916>Greg Clayton
2012-05-10<rdar://problem/11330621>Greg Clayton
2012-05-04Don't expose the pthread_mutex_t underlying the Mutex & Mutex::Locker classes. Jim Ingham
2012-04-13Expose GetAddressClass() from both the SBAddress and SBInstruction so clients...Greg Clayton
2012-04-11Cleaned up code that was getting SBData for an SBInstruction.Greg Clayton
2012-04-11No functionality changes, mostly cleanup.Greg Clayton
2012-01-30SBFrame is now threadsafe using some extra tricks. One issue is that stackGreg Clayton
2011-09-27Fixed the public and internal disassembler API to be named correctly:Greg Clayton
2011-09-26Added more functionality to the public API to allow for betterGreg Clayton
2011-09-22Converted the lldb_private::Process over to use the intrusiveGreg Clayton