summaryrefslogtreecommitdiffstats
path: root/lldb/tools/driver/Driver.h
Commit message (Expand)AuthorAgeFilesLines
* typedef enum -> enumFangrui Song2019-05-141-2/+2
* [Driver] Change the way we deal with local lldbinit files.Jonas Devlieghere2019-05-061-8/+2
* [Driver] Remove unused functions (NFC)Jonas Devlieghere2019-04-261-11/+0
* Bring Doxygen comment syntax in sync with LLVM coding style.Adrian Prantl2019-03-111-1/+1
* 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-2/+2
* [Driver] Simplify OptionData. NFCJonas Devlieghere2018-12-111-27/+28
* [driver] Some NFC cleanupJonas Devlieghere2018-11-281-2/+1
* [Driver] Use libOption with tablegen.Jonas Devlieghere2018-11-271-10/+13
* [Driver] Remove unused declarations and "include" directivesTatyana Krasnukha2018-09-281-9/+0
* Clean-up usage of OptionDefinition arraysTatyana Krasnukha2018-09-281-2/+0
* Allow specifying an exit code for the 'quit' commandRaphael Isemann2018-07-111-1/+4
* Finish breaking the dependency from Utility.Zachary Turner2017-02-161-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-111/+88
* This patch stops lldb from loading a .lldbinit file from the currentJason Molenda2016-02-191-2/+4
* Added support for the "--repl" argument to LLDB. Sean Callanan2015-10-201-0/+3
* Make command files specified to the driver actually print theirJim Ingham2015-07-081-1/+1
* Make the sourcing of the local .lldbinit file quiet.Jim Ingham2014-11-221-4/+17
* Add "-k" and "-K" options to the driver, that allow you to register Jim Ingham2014-11-191-2/+10
* This adds a "batch mode" to lldb kinda like the gdb batch mode. It will quit...Jim Ingham2014-10-141-0/+1
* (no commit message)Greg Clayton2014-07-301-1/+1
* Remove unused defines from lldb driver.Todd Fiala2014-06-051-3/+0
* Merging the iohandler branch back into main. Greg Clayton2014-01-271-80/+0
* Patch enabling lldb command line driver to run on windows.Deepak Panickal2013-10-151-0/+1
* This changes how the --source driver argument works. I split this into four ...Jim Ingham2013-09-141-7/+9
* <rdar://problem/13764135>Greg Clayton2013-05-141-0/+1
* After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton2013-04-181-1/+1
* Since we use C++11, we should switch over to using std::unique_ptr when C++11...Greg Clayton2013-04-181-1/+1
* Call el_resize when the window size changes.Jim Ingham2013-02-221-0/+3
* Added an SBAPI to get the PythonPath (if the Host knows how to do that). And...Jim Ingham2012-12-211-0/+1
* Change the Thread constructor over to take a Process& rather than a ProcessSP...Jim Ingham2012-10-101-0/+3
* rdar://problem/12096295Johnny Chen2012-08-151-0/+1
* <rdar://problem/10605072>Greg Clayton2012-02-291-0/+13
* Send Breakpoint Changed events for all the relevant changes to breakpoints.Jim Ingham2012-02-081-0/+3
* Adding "-n", "-p" and "-w" flags to the lldb command-line tool toJim Ingham2011-09-131-0/+3
* Make sure writing asynchronous output only backs upCaroline Tice2011-05-091-0/+6
* This patch captures and serializes all output being written by theCaroline Tice2011-05-021-0/+2
* Fixed the LLDB build so that we can have private types, private enums andGreg Clayton2011-03-241-1/+1
* Any arguments that are not options to the "lldb" command line driver, now get Greg Clayton2010-12-081-1/+1
* Fix various timing/threading problems in IOChannel & Driver thatCaroline Tice2010-09-291-2/+2
* Added a way to open the current source file & line in an external editor, and...Jim Ingham2010-08-301-0/+1
* Change "Current" as in GetCurrentThread, GetCurrentStackFrame, etc, to "Selec...Jim Ingham2010-08-261-1/+1
* Very large changes that were needed in order to allow multiple connectionsGreg Clayton2010-06-231-2/+10
* Move source/Utility/PseudoTerminal.h into include/lldb/Utility.Jason Molenda2010-06-091-1/+1
* Misc minor warning/error fixes.Eli Friedman2010-06-091-1/+1
* And part two of two of fixing includes; somehow I thought the problem was moreEli Friedman2010-06-091-4/+4
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+156
OpenPOWER on IntegriCloud