summaryrefslogtreecommitdiffstats
path: root/lldb/source/Utility/Reproducer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "Temporarily revert [lldb] e81268d - [lldb/Reproducers] Support multip...Eric Christopher2019-12-101-47/+1
* Temporarily revert [lldb] e81268d - [lldb/Reproducers] Support multiple GDB r...Eric Christopher2019-12-101-1/+47
* [lldb/Reproducers] Support multiple GDB remotesJonas Devlieghere2019-12-101-47/+1
* [lldb/Reproducers] Override capture with LLDB_CAPTURE_REPRODUCER env varJonas Devlieghere2019-12-041-0/+10
* [Reproducer] Discard reproducer directory if not generated.Jonas Devlieghere2019-11-121-3/+5
* [Reproducer] Capture the debugger's working directoryJonas Devlieghere2019-10-171-1/+15
* [Reproducer] Always use absolute paths for capture & replay.Jonas Devlieghere2019-09-271-2/+11
* [Reproducer] Move the command loader into the reproducer (NFC)Jonas Devlieghere2019-09-111-0/+34
* [Reproducer] Move GDB Remote Provider into Reproducer (NFC)Jonas Devlieghere2019-09-111-2/+14
* [LLDB] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-2/+2
* Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song2019-08-051-3/+3
* [Reproducers] Remove call to lldb_private::GetVersion()Jonas Devlieghere2019-06-131-2/+1
* [Reproducers] Include lldb version in the reproducer rootJonas Devlieghere2019-06-131-4/+17
* [Reproducers] Simplify providers with nested Info struct (NFC)Jonas Devlieghere2019-06-121-6/+6
* [Reproducer] Pass FileSpec by const-ref. (NFC)Jonas Devlieghere2019-05-231-1/+1
* [Reproducers] Fix lifetime issueJonas Devlieghere2019-04-221-2/+0
* [Reproducers] Stop recording instead of deallocatingJonas Devlieghere2019-03-121-1/+3
* Fix gcc build for r355249Pavel Labath2019-03-021-1/+1
* [Reproducers] Capture and replay interpreter commands.Jonas Devlieghere2019-03-021-0/+46
* [Reproducers] Initialize reproducers before initializing the debugger.Jonas Devlieghere2019-02-211-0/+2
* [Reproducers] Add file providerJonas Devlieghere2019-01-291-0/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [Reproducers] Refactor reproducer infoJonas Devlieghere2019-01-181-14/+12
* [Reproducers] Only creaate the bottom-most dirJonas Devlieghere2018-12-041-1/+1
* [Reproducers] Change how reproducers are initialized.Jonas Devlieghere2018-12-031-12/+53
* [Reproducers] Improve reproducer API and add unit tests.Jonas Devlieghere2018-11-271-63/+50
* Fix the "make_unique is ambiguous" compiler error.Haojian Wu2018-11-141-2/+2
* Add GDB remote packet reproducer.Jonas Devlieghere2018-11-131-0/+197
OpenPOWER on IntegriCloud