index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lldb
/
tools
/
driver
/
Driver.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Make the driver listen for asynchronous output, rather than
Caroline Tice
2011-05-03
1
-1
/
+13
*
This patch captures and serializes all output being written by the
Caroline Tice
2011-05-02
1
-22
/
+62
*
Centralized a lot of the status information for processes,
Greg Clayton
2011-04-18
1
-2
/
+2
*
Added auto completion for architecture names and for platforms.
Greg Clayton
2011-04-13
1
-1
/
+1
*
Order of initialization lists.
Stephen Wilson
2011-04-11
1
-2
/
+2
*
Fixed the LLDB build so that we can have private types, private enums and
Greg Clayton
2011-03-24
1
-34
/
+28
*
LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provide
Greg Clayton
2011-03-08
1
-127
/
+0
*
Don't limit StreamTee to just two streams. It now can contain
Greg Clayton
2011-02-20
1
-39
/
+8
*
- Changed all the places where CommandObjectReturn was exporting a StreamStri...
Jim Ingham
2011-02-19
1
-5
/
+7
*
Applied a fix to qualify "UUID" with the lldb_private namespace to fix
Greg Clayton
2011-02-04
1
-1
/
+1
*
Added support for attaching to a remote debug server with the new command:
Greg Clayton
2011-02-04
1
-0
/
+1
*
Adding a Xcode workspace for lldb.
Jim Ingham
2011-01-27
1
-1
/
+1
*
Any arguments that are not options to the "lldb" command line driver, now get
Greg Clayton
2010-12-08
1
-30
/
+50
*
More reverting of the EOF stuff as the API was changed which we don't want to
Greg Clayton
2010-12-04
1
-1
/
+2
*
Add proper EOF handling to Communication & Connection classes:
Caroline Tice
2010-12-02
1
-1
/
+1
*
Add the ability to catch and do the right thing with Interrupts (often contro...
Caroline Tice
2010-11-19
1
-0
/
+40
*
Modified the DWARF parser for both the single DWARF file and for the case
Greg Clayton
2010-11-07
1
-1
/
+1
*
Stop the driver from handling SIGPIPE in case we communicate with stale
Greg Clayton
2010-10-19
1
-0
/
+1
*
Fix some memory leaks.
Caroline Tice
2010-10-12
1
-11
/
+20
*
Exit if the command line is started with "--help".
Greg Clayton
2010-10-11
1
-0
/
+1
*
Added a "--no-lldbinit" option (-n for short (which magically matches
Greg Clayton
2010-10-11
1
-1
/
+9
*
Modify command options to use the new arguments mechanism. Now all command o...
Caroline Tice
2010-10-01
1
-18
/
+54
*
Fix various timing/threading problems in IOChannel & Driver that
Caroline Tice
2010-09-29
1
-10
/
+32
*
Fixed the way set/show variables were being accessed to being natively
Greg Clayton
2010-09-18
1
-6
/
+1
*
If the file the user specifies can't be found in the current directory,
Caroline Tice
2010-09-10
1
-0
/
+15
*
Make API calls for setting/getting user settable variables static.
Caroline Tice
2010-09-09
1
-0
/
+23
*
Fixed a buffer overrun error that could occur every time the program was run ...
Greg Clayton
2010-09-06
1
-2
/
+2
*
Fixed an error where a random string would get executed after a recent fix th...
Greg Clayton
2010-09-06
1
-1
/
+3
*
This is a very large commit that completely re-does the way lldb
Caroline Tice
2010-09-04
1
-1
/
+2
*
Move "variable list" to "frame variable"
Jim Ingham
2010-09-02
1
-1
/
+1
*
Added a way to open the current source file & line in an external editor, and...
Jim Ingham
2010-08-30
1
-2
/
+12
*
Change "Current" as in GetCurrentThread, GetCurrentStackFrame, etc, to "Selec...
Jim Ingham
2010-08-26
1
-11
/
+11
*
The unix "source" command maps to "command source" in lldb. :-)
Johnny Chen
2010-07-28
1
-1
/
+1
*
I enabled some extra warnings for hidden local variables and for hidden
Greg Clayton
2010-07-14
1
-1
/
+1
*
Merged Eli Friedman's linux build changes where he added Makefile files that
Greg Clayton
2010-07-09
1
-36
/
+30
*
Added function name types to allow us to set breakpoints by name more
Greg Clayton
2010-06-28
1
-6
/
+6
*
Very large changes that were needed in order to allow multiple connections
Greg Clayton
2010-06-23
1
-211
/
+189
*
Move the "status" command to "process status" since that's where it belongs. ...
Jim Ingham
2010-06-18
1
-2
/
+2
*
Change the Options parser over to use a mask rather than an ordinal for optio...
Jim Ingham
2010-06-15
1
-53
/
+90
*
Make getopt() use portable to Linux.
Eli Friedman
2010-06-13
1
-1
/
+4
*
Add a few more missing includes.
Eli Friedman
2010-06-09
1
-0
/
+1
*
Misc minor warning/error fixes.
Eli Friedman
2010-06-09
1
-11
/
+14
*
Initial checkin of lldb code from internal Apple repo.
Chris Lattner
2010-06-08
1
-0
/
+1265
[prev]