summaryrefslogtreecommitdiffstats
path: root/lldb/tools/driver
Commit message (Expand)AuthorAgeFilesLines
...
* [driver] Some NFC cleanupJonas Devlieghere2018-11-282-30/+33
* [Reproducers] Improve reproducer API and add unit tests.Jonas Devlieghere2018-11-271-1/+3
* [Driver] Use libOption with tablegen.Jonas Devlieghere2018-11-274-646/+585
* 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-282-9/+1
* Clean-up usage of OptionDefinition arraysTatyana Krasnukha2018-09-282-87/+61
* Invert dependency between lldb-framework and lldb-suiteAlex Langford2018-07-171-1/+1
* Move pretty stack trace printer into driver.Jonas Devlieghere2018-07-171-0/+7
* Allow specifying an exit code for the 'quit' commandRaphael Isemann2018-07-112-4/+15
* Introduce lldb-framework CMake target and centralize its logicAlex Langford2018-06-181-9/+1
* Delete some dead codeAlex Langford2018-06-081-1/+0
* Fix LLVM_LINK_LLVM_DYLIB build (pr35053)Pavel Labath2017-10-311-2/+0
* Fix the SIGINT handlersAdrian McCarthy2017-09-201-5/+5
* Clean up lldb-types.hPavel Labath2017-07-181-0/+1
* [Windows] Remove the #include <eh.h> hack.Zachary Turner2017-03-031-1/+0
* Finish breaking the dependency from Utility.Zachary Turner2017-02-161-1/+1
* [cmake] Remove VERSION property from executable targetsPavel Labath2017-02-011-3/+0
* [CMake] Add accurate dependency specificationsChris Bieneman2017-01-311-11/+17
* Another windows build fixPavel Labath2017-01-061-0/+1
* Make lldb -Werror clean for -Wstring-conversionDavid Blaikie2017-01-061-6/+3
* [CMake] Refactor LLDB libraries and tools to be componentsChris Bieneman2016-12-151-3/+1
* Fix build for mingw.Hafiz Abid Qadeer2016-12-151-2/+2
* Replace __ANDROID_NDK__ with __ANDROID__Pavel Labath2016-12-021-2/+0
* Fixup r284466 - try to unbreak NetBSDPavel Labath2016-10-181-3/+4
* [cmake] Make dependencies of lldb libraries private, take 2Pavel Labath2016-10-181-3/+10
* Fix typo in lldb --helpEd Maste2016-09-211-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-064-1396/+1257
* Don't disable stdin buffering on WindowsAdrian McCarthy2016-04-141-6/+5
* [Driver] Fix a segfault in signal handlersPavel Labath2016-04-111-2/+6
* Update the INFOPLIST_FILE setting in the xcode project fileJason Molenda2016-03-241-1/+1
* Unicode support on Win32.Zachary Turner2016-03-221-30/+47
* Delete the custom implementation of signal() on Windows.Zachary Turner2016-03-183-55/+4
* This patch stops lldb from loading a .lldbinit file from the currentJason Molenda2016-02-192-10/+48
* Silence some clang warningsSaleem Abdulrasool2016-02-151-1/+2
* Remove autoconf support from source directories.Eugene Zelenko2016-01-281-36/+0
* Wrap Notes in --help output to 80 columnsEd Maste2015-12-161-7/+13
* Add more autotools/gmake NetBSD glueBruce Mitchener2015-11-151-2/+1
* Added support for the "--repl" argument to LLDB. Sean Callanan2015-10-202-77/+123
* cmake fixes for lldb target.Todd Fiala2015-09-161-0/+10
* [cmake] Remove LLVM_NO_RTTI.Bruce Mitchener2015-09-031-1/+0
* Make command files specified to the driver actually print theirJim Ingham2015-07-082-11/+11
* Remove unused editline includesPavel Labath2015-06-051-10/+0
* 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
* Resubmit "[CMake] Change lldbAPI to be a CMake OBJECT library."Zachary Turner2015-02-241-1/+1
* Revert "[CMake] Change lldbAPI to be a CMake OBJECT library."Zachary Turner2015-02-241-1/+1
* [CMake] Change lldbAPI to be a CMake OBJECT library.Zachary Turner2015-02-241-1/+1
OpenPOWER on IntegriCloud