summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectReproducer.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb][NFC] Remove unnecessary includes in source/CommandsRaphael Isemann2019-12-161-1/+0
* Revert "Temporarily revert [lldb] e81268d - [lldb/Reproducers] Support multip...Eric Christopher2019-12-101-22/+25
* Temporarily revert [lldb] e81268d - [lldb/Reproducers] Support multiple GDB r...Eric Christopher2019-12-101-25/+22
* [lldb/Reproducers] Support multiple GDB remotesJonas Devlieghere2019-12-101-22/+25
* [Reproducer] Make 'reproducer xcrash' behave the same during capture & replayJonas Devlieghere2019-11-211-2/+3
* [Reproducer] Limit signals to macro define sin <csignal>Jonas Devlieghere2019-11-201-9/+0
* [Reproducer] Generate LLDB reproducer on crashJonas Devlieghere2019-11-201-2/+124
* [Reproducer] Namespace the reproducer dump options.Jonas Devlieghere2019-11-191-2/+2
* [Reproducer] Quit the debugger after generating a reproducerJonas Devlieghere2019-11-111-2/+4
* [Reproducer] Improve reproducer help (NFC)Jonas Devlieghere2019-10-181-2/+12
* [Reproducer] Support dumping the reproducer CWDJonas Devlieghere2019-10-171-2/+19
* [Reproducer] Add LoadBuffer<> helper (NFC)Jonas Devlieghere2019-10-171-11/+4
* [Reproducer] Add convenience methods IsCapturing and IsReplaying.Jonas Devlieghere2019-10-091-3/+3
* [Reproducer] Implement dumping packets.Jonas Devlieghere2019-09-161-3/+21
* [Reproducer] Add reproducer dump command.Jonas Devlieghere2019-09-131-2/+235
* [Reproducers] Fix incorrect help messageJonas Devlieghere2019-07-301-2/+2
* [Reproducers] Improve reproducer helpJonas Devlieghere2019-05-031-7/+18
* [Reproducers] Print warning when generating the reproducer.Jonas Devlieghere2019-04-021-0/+3
* [Reproducer] Make 'reproducer generate' a NOOP during replay.Jonas Devlieghere2019-02-271-0/+5
* Fix some warnings in building LLDB.Zachary Turner2019-01-291-3/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [Reproducers] Change how reproducers are initialized.Jonas Devlieghere2018-12-031-111/+17
* [Reproducers] Improve reproducer API and add unit tests.Jonas Devlieghere2018-11-271-14/+2
* [reproducer] Post-commit cleanupJonas Devlieghere2018-11-151-8/+5
* Add GDB remote packet reproducer.Jonas Devlieghere2018-11-131-0/+206
OpenPOWER on IntegriCloud