summaryrefslogtreecommitdiff
path: root/lldb/source/API/SBReproducer.cpp
AgeCommit message (Expand)Author
2025-04-13[lldb] Remove vestigial remnants of reproducers (#135361)Pavel Labath
2022-09-19[lldb] Remove LLDB reproducersJonas Devlieghere
2022-07-28[NFC] Improve FileSpec internal APIs and usage in preparation for adding cach...Greg Clayton
2022-07-23Revert "[NFC] Improve FileSpec internal APIs and usage in preparation for add...Nico Weber
2022-07-22[NFC] Improve FileSpec internal APIs and usage in preparation for adding cach...Greg Clayton
2022-03-03[lldb] Remove FileSystem::Initialize from FileCollectorJonas Devlieghere
2022-01-20[lldb] Decouple instrumentation from the reproducersJonas Devlieghere
2022-01-09[lldb] Remove reproducer instrumentationJonas Devlieghere
2021-12-17[lldb] Remove reproducer replay functionalityJonas Devlieghere
2021-12-08[lldb] Make lldbVersion a full fledged libraryJonas Devlieghere
2021-06-17[trace][intel-pt] Create basic SB APIWalter Erquinigo
2020-10-23[lldb] Move copying of files into reproducer out of processJonas Devlieghere
2020-09-03[lldb] Remove a stray semicolon, fixing pedantic GCC warnings. NFC.Martin Storsjö
2020-09-02[lldb] Add reproducer verifierJonas Devlieghere
2020-09-01Revert "[lldb] Add reproducer verifier"Raphael Isemann
2020-08-31[lldb] Add reproducer verifierJonas Devlieghere
2020-08-20[lldb] Implement WorkingDirectoryProvider in terms of DirectoryProvider (NFC)Jonas Devlieghere
2020-07-20[lldb/Reproducers] Always record the current working directoryJonas Devlieghere
2020-05-20[lldb/Reproducers] Add instrumentation to SBEnvironmentJonas Devlieghere
2020-05-13[lldb/Reproducers] Add test-specific API to set the test CWDJonas Devlieghere
2020-04-30[lldb/API] Move SBCommandInterpreterRunOption in its own header. (NFC)Jonas Devlieghere
2020-04-20[lldb/Reproducers] Support new replay mode: passive replayJonas Devlieghere
2020-04-14[lldb/Reproducers] Capture reproducers from the API test suite.Jonas Devlieghere
2020-03-23Revert "Create basic SBEnvironment class"Walter Erquinigo
2020-03-23Create basic SBEnvironment classWalter Erquinigo
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2020-01-15[lldb/Reproducers] Add a flag to always generating a reproducerJonas Devlieghere
2020-01-10[lldb/Reproducer] Add SBReproducer::Replay overload (again)Jonas Devlieghere
2019-12-03[lldb/Reproducer] Add version checkJonas Devlieghere
2019-11-20[Reproducer] Generate LLDB reproducer on crashJonas Devlieghere
2019-10-03new api class: SBFileLawrence D'Anna
2019-06-12[Reproducers] Simplify providers with nested Info struct (NFC)Jonas Devlieghere
2019-03-19[lldb] [Reproducer] Move SBRegistry registration into declaring filesMichal Gorny
2019-03-18[API] Remove unneded LLDB_DISABLE_PYTHON markers.Davide Italiano
2019-03-12[Reproducers] Support capturing a reproducer without an explicit path.Jonas Devlieghere
2019-03-11Add "operator bool" to SB APIsPavel Labath
2019-03-07[Reproducers] Disable registering lldb::thread_t everywhereJonas Devlieghere
2019-03-07Repair the build when LLDB_DISABLE_PYTHON is setAlex Langford
2019-03-06[Reproducers] Guard register macros that take lldb::thread_t on WindowsJonas Devlieghere
2019-03-06[Reproducers] Don't use VLA in SBReproducer redirectJonas Devlieghere
2019-03-06[Reproducers] Enable replay from SBRepro.Jonas Devlieghere
2019-03-06[Reproducers] Don't intercept SBDebugger::SetInputFileHandleJonas Devlieghere
2019-03-06[Reproducers] Add SBReproducer macrosJonas Devlieghere
2019-02-21[Reproducers] Initialize reproducers before initializing the debugger.Jonas Devlieghere
2019-02-11Update files to the new header that were incorrectly landed with the oldChandler Carruth
2019-02-06[Reproducers] SBReproducer framework: Capture & ReplayJonas Devlieghere