summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBReproducer.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb/Reproducer] Add SBReproducer::Replay overload (again)Jonas Devlieghere2020-01-101-0/+4
* [lldb/Reproducer] Add version checkJonas Devlieghere2019-12-031-2/+18
* [Reproducer] Generate LLDB reproducer on crashJonas Devlieghere2019-11-201-1/+17
* new api class: SBFileLawrence D'Anna2019-10-031-0/+1
* [Reproducers] Simplify providers with nested Info struct (NFC)Jonas Devlieghere2019-06-121-3/+3
* [lldb] [Reproducer] Move SBRegistry registration into declaring filesMichal Gorny2019-03-191-2900/+72
* [API] Remove unneded LLDB_DISABLE_PYTHON markers.Davide Italiano2019-03-181-8/+0
* [Reproducers] Support capturing a reproducer without an explicit path.Jonas Devlieghere2019-03-121-0/+9
* Add "operator bool" to SB APIsPavel Labath2019-03-111-0/+61
* [Reproducers] Disable registering lldb::thread_t everywhereJonas Devlieghere2019-03-071-11/+0
* Repair the build when LLDB_DISABLE_PYTHON is setAlex Langford2019-03-071-20/+28
* [Reproducers] Guard register macros that take lldb::thread_t on WindowsJonas Devlieghere2019-03-061-0/+4
* [Reproducers] Don't use VLA in SBReproducer redirectJonas Devlieghere2019-03-061-1/+1
* [Reproducers] Enable replay from SBRepro.Jonas Devlieghere2019-03-061-3/+0
* [Reproducers] Don't intercept SBDebugger::SetInputFileHandleJonas Devlieghere2019-03-061-3/+1
* [Reproducers] Add SBReproducer macrosJonas Devlieghere2019-03-061-1/+2851
* [Reproducers] Initialize reproducers before initializing the debugger.Jonas Devlieghere2019-02-211-6/+29
* Update files to the new header that were incorrectly landed with the oldChandler Carruth2019-02-111-4/+3
* [Reproducers] SBReproducer framework: Capture & ReplayJonas Devlieghere2019-02-061-0/+51
OpenPOWER on IntegriCloud