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
/
CommandInterpreter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix small mistake in previous commit (fixing aliases for commands that
Caroline Tice
2010-10-18
1
-1
/
+1
*
Fix bug where aliases for commands that take raw input were not
Caroline Tice
2010-10-18
1
-0
/
+11
*
Add an initial version of test that exercise the lldb commands: 'process signal'
Johnny Chen
2010-10-14
1
-6
/
+1
*
Fix some memory leaks.
Caroline Tice
2010-10-12
1
-12
/
+9
*
Added a "--no-lldbinit" option (-n for short (which magically matches
Greg Clayton
2010-10-11
1
-1
/
+6
*
Add an "auto-confirm" setting to the debugger so you can turn off the confirm...
Jim Ingham
2010-10-04
1
-1
/
+4
*
Modify existing commands with arguments to use the new argument mechanism
Caroline Tice
2010-10-04
1
-1
/
+1
*
Add a "Confirm" function to the CommandInterpreter so you can confirm potenti...
Jim Ingham
2010-10-04
1
-0
/
+93
*
Add UserSettings to Target class, making Target settings
Caroline Tice
2010-09-20
1
-20
/
+3
*
Fixed the way set/show variables were being accessed to being natively
Greg Clayton
2010-09-18
1
-25
/
+18
*
Added default more aliases to ease gdb converts:
Greg Clayton
2010-09-16
1
-1
/
+3
*
Clean up help text.
Caroline Tice
2010-09-13
1
-1
/
+1
*
Make all debugger-level user settable variables into instance variables.
Caroline Tice
2010-09-09
1
-7
/
+12
*
Small help text fixes, to make it more consistent and accurate.
Caroline Tice
2010-09-07
1
-1
/
+1
*
This is a very large commit that completely re-does the way lldb
Caroline Tice
2010-09-04
1
-194
/
+30
*
Delete the vestigal "select", "info" and "delete" commands.
Jim Ingham
2010-09-03
1
-7
/
+0
*
Move "variable list" to "frame variable"
Jim Ingham
2010-09-02
1
-2
/
+0
*
Added the ability to disable ASLR (Address Space Layout Randomization). ASLR
Greg Clayton
2010-08-31
1
-0
/
+13
*
This is a major refactoring of the expression parser.
Sean Callanan
2010-08-27
1
-2
/
+2
*
Changed the StackID to store its start PC address as a load address instead of
Greg Clayton
2010-08-26
1
-19
/
+13
*
Updated help text to refer to "commands alias"
Sean Callanan
2010-08-09
1
-1
/
+1
*
The unix "source" command maps to "command source" in lldb. :-)
Johnny Chen
2010-07-28
1
-1
/
+1
*
Remove includes for removed files...
Jim Ingham
2010-07-07
1
-2
/
+0
*
Fix GetRepeatCommand so it works with multi-word commands.
Jim Ingham
2010-07-07
1
-27
/
+25
*
Added a "GetRepeatCommand" to the command object. The Interpreter uses this
Jim Ingham
2010-07-06
1
-4
/
+19
*
Hide the logic for command resolution for commands, aliases & user commands b...
Jim Ingham
2010-07-06
1
-47
/
+74
*
Add a source file completer to the CommandCompleters.
Jim Ingham
2010-06-30
1
-3
/
+13
*
Fix a bug in handling command resolution for non-exact matches. Now we will ...
Jim Ingham
2010-06-24
1
-4
/
+4
*
Very large changes that were needed in order to allow multiple connections
Greg Clayton
2010-06-23
1
-67
/
+52
*
Remove an include of the deleted CommandObjectStatus.h.
Jim Ingham
2010-06-18
1
-1
/
+0
*
Move the "status" command to "process status" since that's where it belongs. ...
Jim Ingham
2010-06-18
1
-1
/
+0
*
Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong.
Jim Ingham
2010-06-15
1
-1
/
+1
*
Fix include paths; please check that this works on Mac.
Eli Friedman
2010-06-13
1
-34
/
+34
*
Fix include path.
Eli Friedman
2010-06-09
1
-1
/
+1
*
Initial checkin of lldb code from internal Apple repo.
Chris Lattner
2010-06-08
1
-0
/
+1300
[prev]