summaryrefslogtreecommitdiffstats
path: root/lldb/tools/driver/Driver.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Make the driver listen for asynchronous output, rather thanCaroline Tice2011-05-031-1/+13
* This patch captures and serializes all output being written by theCaroline Tice2011-05-021-22/+62
* Centralized a lot of the status information for processes,Greg Clayton2011-04-181-2/+2
* Added auto completion for architecture names and for platforms.Greg Clayton2011-04-131-1/+1
* Order of initialization lists.Stephen Wilson2011-04-111-2/+2
* Fixed the LLDB build so that we can have private types, private enums andGreg Clayton2011-03-241-34/+28
* LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provideGreg Clayton2011-03-081-127/+0
* Don't limit StreamTee to just two streams. It now can containGreg Clayton2011-02-201-39/+8
* - Changed all the places where CommandObjectReturn was exporting a StreamStri...Jim Ingham2011-02-191-5/+7
* Applied a fix to qualify "UUID" with the lldb_private namespace to fixGreg Clayton2011-02-041-1/+1
* Added support for attaching to a remote debug server with the new command:Greg Clayton2011-02-041-0/+1
* Adding a Xcode workspace for lldb.Jim Ingham2011-01-271-1/+1
* Any arguments that are not options to the "lldb" command line driver, now get Greg Clayton2010-12-081-30/+50
* More reverting of the EOF stuff as the API was changed which we don't want toGreg Clayton2010-12-041-1/+2
* Add proper EOF handling to Communication & Connection classes:Caroline Tice2010-12-021-1/+1
* Add the ability to catch and do the right thing with Interrupts (often contro...Caroline Tice2010-11-191-0/+40
* Modified the DWARF parser for both the single DWARF file and for the caseGreg Clayton2010-11-071-1/+1
* Stop the driver from handling SIGPIPE in case we communicate with stale Greg Clayton2010-10-191-0/+1
* Fix some memory leaks.Caroline Tice2010-10-121-11/+20
* Exit if the command line is started with "--help".Greg Clayton2010-10-111-0/+1
* Added a "--no-lldbinit" option (-n for short (which magically matchesGreg Clayton2010-10-111-1/+9
* Modify command options to use the new arguments mechanism. Now all command o...Caroline Tice2010-10-011-18/+54
* Fix various timing/threading problems in IOChannel & Driver thatCaroline Tice2010-09-291-10/+32
* Fixed the way set/show variables were being accessed to being natively Greg Clayton2010-09-181-6/+1
* If the file the user specifies can't be found in the current directory,Caroline Tice2010-09-101-0/+15
* Make API calls for setting/getting user settable variables static.Caroline Tice2010-09-091-0/+23
* Fixed a buffer overrun error that could occur every time the program was run ...Greg Clayton2010-09-061-2/+2
* Fixed an error where a random string would get executed after a recent fix th...Greg Clayton2010-09-061-1/+3
* This is a very large commit that completely re-does the way lldbCaroline Tice2010-09-041-1/+2
* Move "variable list" to "frame variable"Jim Ingham2010-09-021-1/+1
* Added a way to open the current source file & line in an external editor, and...Jim Ingham2010-08-301-2/+12
* Change "Current" as in GetCurrentThread, GetCurrentStackFrame, etc, to "Selec...Jim Ingham2010-08-261-11/+11
* The unix "source" command maps to "command source" in lldb. :-)Johnny Chen2010-07-281-1/+1
* I enabled some extra warnings for hidden local variables and for hiddenGreg Clayton2010-07-141-1/+1
* Merged Eli Friedman's linux build changes where he added Makefile files thatGreg Clayton2010-07-091-36/+30
* Added function name types to allow us to set breakpoints by name moreGreg Clayton2010-06-281-6/+6
* Very large changes that were needed in order to allow multiple connectionsGreg Clayton2010-06-231-211/+189
* Move the "status" command to "process status" since that's where it belongs. ...Jim Ingham2010-06-181-2/+2
* Change the Options parser over to use a mask rather than an ordinal for optio...Jim Ingham2010-06-151-53/+90
* Make getopt() use portable to Linux.Eli Friedman2010-06-131-1/+4
* Add a few more missing includes.Eli Friedman2010-06-091-0/+1
* Misc minor warning/error fixes.Eli Friedman2010-06-091-11/+14
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+1265
OpenPOWER on IntegriCloud