summaryrefslogtreecommitdiffstats
path: root/lldb/tools/driver/Driver.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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-191-96/+183
* LLGS Android target support - for Andy Chien : http://reviews.llvm.org/D6166Shawn Best2014-11-081-0/+2
* This adds a "batch mode" to lldb kinda like the gdb batch mode. It will quit...Jim Ingham2014-10-141-4/+27
* 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-301-105/+90
* Fix Windows build using portable types for formatting the log outputsDeepak Panickal2014-03-031-0/+6
* 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
* Merging the iohandler branch back into main. Greg Clayton2014-01-271-847/+84
* Patch enabling lldb command line driver to run on windows.Deepak Panickal2013-10-151-14/+23
* Make the docs for the -s -o -S and -O options clearer.Jim Ingham2013-09-171-4/+13
* This changes how the --source driver argument works. I split this into four ...Jim Ingham2013-09-141-61/+118
* Add ${ansi.XX} parsing to lldb prompt, use-color setting, and -no-use-colors ...Michael Sartain2013-05-231-1/+7
* Fix shutdown to correctly close stdout and stop showing garbage characters on...Michael Sartain2013-05-221-1/+7
* <rdar://problem/13764135>Greg Clayton2013-05-141-5/+18
* <rdar://problem/13457391>Greg Clayton2013-04-041-5/+5
* Call el_resize when the window size changes.Jim Ingham2013-02-221-1/+10
* Reworked the way Process::RunThreadPlan and the ThreadPlanCallFunction intero...Jim Ingham2013-02-091-3/+24
* Added an SBAPI to get the PythonPath (if the Host knows how to do that). And...Jim Ingham2012-12-211-0/+26
* Adding eStopReasonThreadExiting and fixing the handling of this state on Linux.Andrew Kaylor2012-12-201-0/+1
* Initialize m_done to false in Driver constructor to avoid premature exit bug ...Daniel Malea2012-12-171-1/+2
* Trigger the display of error and output in sourced commands from the result o...Enrico Granata2012-12-141-3/+4
* <rdar://problem/12700464>Enrico Granata2012-12-131-0/+13
* Broadcast an event when the selected thread is changed.Jim Ingham2012-12-111-2/+4
* More Linux warnings fixes (remove default labels as needed):Daniel Malea2012-12-071-1/+0
* <rdar://problem/12649160>Greg Clayton2012-12-051-0/+1
* <rdar://problem/12798131> Greg Clayton2012-12-041-2/+2
OpenPOWER on IntegriCloud