summaryrefslogtreecommitdiffstats
path: root/lldb/tools/driver
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix build break in Xcode build of lldb-tool.Todd Fiala2014-09-151-0/+2
* Fix Windows build.Zachary Turner2014-09-111-0/+2
* driver: handle write error betterSaleem Abdulrasool2014-09-081-2/+18
* Restore the handling of the --arch argument passed to the Driver that was ina...Jim Ingham2014-08-071-1/+6
* Convert over to using pipes for the initial LLDB commands in the Driver.Greg Clayton2014-08-011-35/+77
* Fix build: remove bogus ./ at end of lineEd Maste2014-07-301-1/+1
* (no commit message)Greg Clayton2014-07-302-106/+91
* Remove unused defines from lldb driver.Todd Fiala2014-06-051-3/+0
* Use correct readline header on NetBSD.Joerg Sonnenberger2014-05-021-1/+1
* Fixing MSVC windows build. Please respect code order when ifdefing out MSVC s...Colin Riley2014-03-311-15/+18
* Hide some declarations from mingw.Hafiz Abid Qadeer2014-03-132-12/+15
* Add Driver to the build for mingw.Hafiz Abid Qadeer2014-03-121-2/+7
* Replace some _MSC_VER with _WIN32.Hafiz Abid Qadeer2014-03-122-2/+2
* Added some missing header files.Hafiz Abid Qadeer2014-03-121-0/+1
* Fix Mingw build error by using lower case name for windows header files.Hafiz Abid Qadeer2014-03-101-1/+1
* Build liblldb.dll in WindowsDeepak Panickal2014-03-031-0/+4
* Fix Windows build using portable types for formatting the log outputsDeepak Panickal2014-03-033-13/+17
* The "-n" and "-p" options to the lldb driver no longer worked after recent IO...Greg Clayton2014-02-061-0/+17
* Fix the --source-quietly option to the driver so that it actually works. Cle...Jim Ingham2014-02-051-16/+20
* Fixing the Windows build for the changes brought in from the iohandler merge.Deepak Panickal2014-01-316-633/+1
* Merging the iohandler branch back into main. Greg Clayton2014-01-275-1738/+84
OpenPOWER on IntegriCloud