summaryrefslogtreecommitdiffstats
path: root/lldb/tools/driver/Driver.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* Fix typo in lldb --helpEd Maste2016-09-211-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-1170/+1068
* Don't disable stdin buffering on WindowsAdrian McCarthy2016-04-141-6/+5
* [Driver] Fix a segfault in signal handlersPavel Labath2016-04-111-2/+6
* Unicode support on Win32.Zachary Turner2016-03-221-30/+47
* Delete the custom implementation of signal() on Windows.Zachary Turner2016-03-181-1/+3
* This patch stops lldb from loading a .lldbinit file from the currentJason Molenda2016-02-191-8/+44
* Silence some clang warningsSaleem Abdulrasool2016-02-151-1/+2
* Wrap Notes in --help output to 80 columnsEd Maste2015-12-161-7/+13
* Added support for the "--repl" argument to LLDB. Sean Callanan2015-10-201-77/+120
* Make command files specified to the driver actually print theirJim Ingham2015-07-081-10/+10
* Fixed a ton of gcc compile warningsVince Harron2015-05-131-4/+0
* Work around lack of %zd printf format specifier in MSVC libs.Adrian McCarthy2015-03-301-2/+2
* Removed an unused global variable.Hafiz Abid Qadeer2015-03-121-5/+0
* Correctly quote arguments in LLDB driverPavel Labath2015-03-051-12/+18
* Make the sourcing of the local .lldbinit file quiet.Jim Ingham2014-11-221-18/+21
OpenPOWER on IntegriCloud