summaryrefslogtreecommitdiff
path: root/lldb/source/API/SBExecutionContext.cpp
AgeCommit message (Expand)Author
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-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-06[Reproducers] Add SBReproducer macrosJonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2014-10-14This adds a "batch mode" to lldb kinda like the gdb batch mode. It will quit...Jim Ingham
2014-10-01Allow Python commands to optionally take an SBExecutionContext argument in ca...Enrico Granata
2014-10-01Add a new SBExecutionContext class that wraps an ExecutionContextRef. This cl...Enrico Granata