summaryrefslogtreecommitdiff
path: root/lldb/source/API/SBVariablesOptions.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
2021-06-09[lldb] Use C++11 default member initializersJonas Devlieghere
2020-06-24[lldb/API] Use std::make_unique<> (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-11Add "operator bool" to SB APIsPavel Labath
2019-03-06[Reproducers] Add SBReproducer macrosJonas Devlieghere
2019-02-13Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-20[lldb] Add a "display-recognized-arguments" target setting to show recognized...Kuba Mracek
2018-12-20[API] Remove redundants get() from smart pointers. NFCJonas Devlieghere
2018-10-31[lldb] Introduce StackFrameRecognizer [take 3]Kuba Mracek
2018-10-31Revert r345686 due to build failuresKuba Mracek
2018-10-31[lldb] Introduce StackFrameRecognizer [take 2]Kuba Mracek
2018-10-31Revert r345678 (build failure on Linux machines).Kuba Mracek
2018-10-31[lldb] Introduce StackFrameRecognizerKuba Mracek
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2015-02-17Revert "Revert "I had recently added a new SBFrame::GetVariables() overload w...Zachary Turner
2015-02-17Revert "I had recently added a new SBFrame::GetVariables() overload with yet ...Zachary Turner
2015-02-12I had recently added a new SBFrame::GetVariables() overload with yet another ...Enrico Granata