summaryrefslogtreecommitdiff
path: root/lldb/source/API/SBTrace.cpp
AgeCommit message (Expand)Author
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl
2023-05-18[lldb] Guarantee the lifetimes of all strings returned from SBAPIAlex Langford
2022-08-02[trace] Add SBTraceCursor bindingsJakob Johnson
2022-07-13[trace] Add an option to save a compact trace bundleWalter Erquinigo
2022-06-20Add LoadTraceFromFile to SBDebugger and SBTraceJakob Johnson
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
2021-06-17[trace][intel-pt] Create basic SB APIWalter Erquinigo
2021-03-30[trace][intel-pt] Implement trace start and trace stopWalter Erquinigo
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-03-19[lldb] [Reproducer] Move SBRegistry registration into declaring filesMichal Gorny
2019-03-11Add "operator bool" to SB APIsPavel Labath
2019-03-08[Reproducers] Add missing LLDB_RECORD_DUMMY macrosJonas Devlieghere
2019-03-07[SBAPI] Log from record macroJonas Devlieghere
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
2017-05-26Implementation of remote packets for Trace data.Ravitheja Addepally
2017-04-26Initial implementation of SB APIs for Tracing support.Ravitheja Addepally