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
/
source
/
Commands
/
CommandObjectProcess.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Modify command options to use the new arguments mechanism. Now all command o...
Caroline Tice
2010-10-01
1
-11
/
+11
*
General command line help cleanup:
Greg Clayton
2010-09-18
1
-4
/
+4
*
Fixed the way set/show variables were being accessed to being natively
Greg Clayton
2010-09-18
1
-177
/
+136
*
If you have already loaded a file into the debugger, "process attach" will at...
Jim Ingham
2010-09-15
1
-20
/
+34
*
Remove help text that is no longer correct.
Caroline Tice
2010-09-14
1
-2
/
+0
*
Make all debugger-level user settable variables into instance variables.
Caroline Tice
2010-09-09
1
-4
/
+11
*
fix a bunch of signed/unsigned comparison warnings, stop evaluating "getsize"...
Chris Lattner
2010-09-08
1
-3
/
+3
*
Clean up, clarify and standardize help text, and fix a few help text formatti...
Caroline Tice
2010-09-08
1
-10
/
+10
*
This is a very large commit that completely re-does the way lldb
Caroline Tice
2010-09-04
1
-11
/
+41
*
Added the ability to disable ASLR (Address Space Layout Randomization). ASLR
Greg Clayton
2010-08-31
1
-0
/
+4
*
Change "Current" as in GetCurrentThread, GetCurrentStackFrame, etc, to "Selec...
Jim Ingham
2010-08-26
1
-4
/
+4
*
Change Target & Process so they can really be initialized with an invalid arc...
Jim Ingham
2010-08-09
1
-104
/
+267
*
I enabled some extra warnings for hidden local variables and for hidden
Greg Clayton
2010-07-14
1
-1
/
+1
*
Fix GetRepeatCommand so it works with multi-word commands.
Jim Ingham
2010-07-07
1
-0
/
+6
*
Very large changes that were needed in order to allow multiple connections
Greg Clayton
2010-06-23
1
-65
/
+43
*
Move the "status" command to "process status" since that's where it belongs. ...
Jim Ingham
2010-06-18
1
-0
/
+79
*
Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong.
Jim Ingham
2010-06-15
1
-2
/
+2
*
Change the Options parser over to use a mask rather than an ordinal for optio...
Jim Ingham
2010-06-15
1
-9
/
+9
*
Initial checkin of lldb code from internal Apple repo.
Chris Lattner
2010-06-08
1
-0
/
+833
[prev]