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
/
Interpreter
/
CommandObject.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added support for attaching to a remote debug server with the new command:
Greg Clayton
2011-02-04
1
-34
/
+35
*
Updated the lldb_private::Flags class to have better method names and made
Greg Clayton
2010-10-27
1
-3
/
+3
*
First pass at adding logging capabilities for the API functions. At the moment
Caroline Tice
2010-10-26
1
-1
/
+2
*
Combine eArgTypeSignalName and eArgTypeUnixSignalNumber into a single
Caroline Tice
2010-10-18
1
-3
/
+2
*
Add new argument type, eArgSignalName,
Caroline Tice
2010-10-13
1
-0
/
+1
*
Replace contains_string with 'strcasestr' from libc.
Caroline Tice
2010-10-12
1
-33
/
+4
*
Fixed process.gdb-remote to be able to properly propagate the signals and
Greg Clayton
2010-10-09
1
-2
/
+2
*
Emit a diagnostic message instead of crashing when an argument entry is missing.
Johnny Chen
2010-10-08
1
-1
/
+6
*
Fixed a crasher when doing 'help image dump symtab'. Supply the entry to the...
Johnny Chen
2010-10-08
1
-0
/
+1
*
Modify existing commands with arguments to use the new argument mechanism
Caroline Tice
2010-10-04
1
-61
/
+111
*
Modify command options to use the new arguments mechanism. Now all command o...
Caroline Tice
2010-10-01
1
-4
/
+15
*
Add infrastructure for standardizing arguments for commands and
Caroline Tice
2010-10-01
1
-1
/
+201
*
Fixed the way set/show variables were being accessed to being natively
Greg Clayton
2010-09-18
1
-22
/
+20
*
Make all debugger-level user settable variables into instance variables.
Caroline Tice
2010-09-09
1
-3
/
+4
*
Hide the logic for command resolution for commands, aliases & user commands b...
Jim Ingham
2010-07-06
1
-0
/
+1
*
Add a source file completer to the CommandCompleters.
Jim Ingham
2010-06-30
1
-0
/
+3
*
Handle completing "-" and "--".
Jim Ingham
2010-06-24
1
-1
/
+1
*
Very large changes that were needed in order to allow multiple connections
Greg Clayton
2010-06-23
1
-43
/
+25
*
Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong.
Jim Ingham
2010-06-15
1
-1
/
+1
*
Initial checkin of lldb code from internal Apple repo.
Chris Lattner
2010-06-08
1
-0
/
+448