summaryrefslogtreecommitdiffstats
path: root/lldb/tools/driver/Driver.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb/Reproducer] Add version checkJonas Devlieghere2019-12-031-1/+3
* [lldb] fix a -Wcast-qual warningPavel Labath2019-11-261-1/+1
* [Driver] Fix newline at the end of help outputJonas Devlieghere2019-11-211-3/+2
* [Reproducer] Instruct users to replay reproducerJonas Devlieghere2019-11-211-4/+12
* [Driver] Fix missing space in lldb --help output.Jonas Devlieghere2019-11-201-1/+1
* [Reproducer] Generate LLDB reproducer on crashJonas Devlieghere2019-11-201-0/+17
* [LLDB] Fix formatting in the driver (NFC)Jonas Devlieghere2019-11-191-2/+1
* [Signal] Allow llvm clients to opt into one-shot SIGPIPE handlingVedant Kumar2019-11-181-20/+1
* [LLDB] Don't install the pretty stack trace handler twice.Jonas Devlieghere2019-11-131-7/+3
* [Driver] Force llvm to install its handlers before lldb'sVedant Kumar2019-10-251-0/+19
* Revert "Disable exit-on-SIGPIPE in lldb"Vedant Kumar2019-10-241-10/+0
* Disable exit-on-SIGPIPE in lldbVedant Kumar2019-10-181-0/+10
* [LLDB] [Driver] Use llvm::InitLLVM to do unicode argument conversion on WindowsMartin Storsjo2019-10-111-17/+3
* SBFile support in SBCommandReturnObjectLawrence D'Anna2019-10-091-6/+7
* [Driver] Remove duplicate option parsing (NFC)Jonas Devlieghere2019-09-031-8/+1
* [windows] re-call signal in sigint_handler for WindowsNathan Lanza2019-07-121-0/+3
* [lldb] Fix use-of-uninitialized-value in DriverJorge Gorbe Moya2019-05-221-1/+1
* [Driver] Add command line option to allow loading local lldbinit file.Jonas Devlieghere2019-05-071-0/+5
* [Driver] Change the way we deal with local lldbinit files.Jonas Devlieghere2019-05-061-52/+10
* [Driver] Remove unused functions (NFC)Jonas Devlieghere2019-04-261-42/+27
* Fix signed-unsigned comparison warning in Driver.cppPavel Labath2019-04-081-1/+1
* Fix and simplify PrepareCommandsForSourcingAdrian McCarthy2019-04-031-75/+44
* Update the lldb driver to support the -O and -S options when passing --replAdrian Prantl2019-03-251-125/+137
* [Reproducers] Support capturing a reproducer without an explicit path.Jonas Devlieghere2019-03-121-17/+34
* [Reproducers] Enable replay from SBRepro.Jonas Devlieghere2019-03-061-1/+1
* [Reproducers] Initialize reproducers before initializing the debugger.Jonas Devlieghere2019-02-211-7/+13
* Fix some warnings introduced in r353324 (ReproducerInstrumentation patch)Pavel Labath2019-02-071-4/+0
* [Driver] Don't try to replay reproducer in the driver.Jonas Devlieghere2019-02-071-9/+0
* [Reproducers] SBReproducer framework: Capture & ReplayJonas Devlieghere2019-02-061-1/+13
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [Driver] Some more cleanup. NFCJonas Devlieghere2019-01-051-32/+33
* [Driver] Remove unused importsJonas Devlieghere2019-01-021-7/+0
* [Driver] Fix --repl argument.Jonas Devlieghere2018-12-171-5/+6
* [Driver] Simplify OptionData. NFCJonas Devlieghere2018-12-111-41/+8
* [Reproducers] Change how reproducers are initialized.Jonas Devlieghere2018-12-031-16/+21
* [driver] Fix --core/-c and add testJonas Devlieghere2018-11-291-47/+44
* [driver] Some NFC cleanupJonas Devlieghere2018-11-281-28/+32
* [Reproducers] Improve reproducer API and add unit tests.Jonas Devlieghere2018-11-271-1/+3
* [Driver] Use libOption with tablegen.Jonas Devlieghere2018-11-271-635/+344
* Add GDB remote packet reproducer.Jonas Devlieghere2018-11-131-10/+27
* Remove an early-return from Driver::ParseArgs thatJason Molenda2018-10-261-4/+0
* [Driver] Remove unused declarations and "include" directivesTatyana Krasnukha2018-09-281-0/+1
* Clean-up usage of OptionDefinition arraysTatyana Krasnukha2018-09-281-85/+61
* Move pretty stack trace printer into driver.Jonas Devlieghere2018-07-171-0/+7
* Allow specifying an exit code for the 'quit' commandRaphael Isemann2018-07-111-3/+11
* Delete some dead codeAlex Langford2018-06-081-1/+0
* Fix the SIGINT handlersAdrian McCarthy2017-09-201-5/+5
* Clean up lldb-types.hPavel Labath2017-07-181-0/+1
* Fix build for mingw.Hafiz Abid Qadeer2016-12-151-2/+2
* Replace __ANDROID_NDK__ with __ANDROID__Pavel Labath2016-12-021-2/+0
OpenPOWER on IntegriCloud