summaryrefslogtreecommitdiffstats
path: root/lldb/tools/driver
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix some warnings in MSVC build.Hafiz Abid Qadeer2015-02-181-3/+2
* Make the sourcing of the local .lldbinit file quiet.Jim Ingham2014-11-222-22/+38
* Make the option parsing of -k & -K match the help strings.Jim Ingham2014-11-201-2/+2
* Add "-k" and "-K" options to the driver, that allow you to register Jim Ingham2014-11-192-98/+193
* LLGS Android target support - for Andy Chien : http://reviews.llvm.org/D6166Shawn Best2014-11-082-6/+10
* This adds a "batch mode" to lldb kinda like the gdb batch mode. It will quit...Jim Ingham2014-10-142-4/+28
* Rework the way we pass "run multiple command" options to the various API's thatJim Ingham2014-10-111-3/+21
OpenPOWER on IntegriCloud