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
...
*
Change the "run" / "r" command alias to not use --shell for lldb
Jason Molenda
2012-07-06
1
-0
/
+4
*
Make raw & parsed commands subclasses of CommandObject rather than having the...
Jim Ingham
2012-06-08
1
-29
/
+1
*
Added "kill" as an alias for "process kill".
Sean Callanan
2012-06-01
1
-0
/
+4
*
<rdar://problem/11328896> Fixing a bug where regex commands were saved in the...
Enrico Granata
2012-05-31
1
-7
/
+18
*
Added an "rb" alias that sets breakpoints by
Sean Callanan
2012-05-21
1
-0
/
+9
*
<rdar://problem/11405850>
Greg Clayton
2012-05-18
1
-1
/
+1
*
Warn the user when several commands match the input given.
Filipe Cabecinhas
2012-05-16
1
-2
/
+22
*
Added an "attach" alias as promised on the web page.
Sean Callanan
2012-05-04
1
-0
/
+6
*
Report the command error when we are in "stop on error mode."
Jim Ingham
2012-04-24
1
-4
/
+7
*
Added a "add-dsym" alias to "target symbols add" to keep gdb converts happy.
Greg Clayton
2012-03-29
1
-0
/
+6
*
<rdar://problem/10605072>
Greg Clayton
2012-02-29
1
-2
/
+23
*
Add a general mechanism to wait on the debugger for Broadcasters of a given c...
Jim Ingham
2012-02-16
1
-1
/
+10
*
Switching back to using std::tr1::shared_ptr. We originally switched away
Greg Clayton
2012-01-29
1
-1
/
+1
*
The "desired result type" code in the expression
Sean Callanan
2011-12-21
1
-1
/
+4
*
"f" should be an alias for "frame select" not "finish" to match the gdb usage.
Jim Ingham
2011-12-02
1
-1
/
+6
*
(no commit message)
Jim Ingham
2011-11-17
1
-1
/
+1
*
Confirm should accept both "Y" and "y" in case somebody confuses the "default...
Jim Ingham
2011-11-14
1
-3
/
+3
*
Removed debug printf statements.
Greg Clayton
2011-11-10
1
-3
/
+0
*
<rdar://problem/10374840>
Greg Clayton
2011-11-09
1
-3
/
+49
*
this patch addresses several issues with "command script" subcommands:
Enrico Granata
2011-11-07
1
-9
/
+13
*
Fixed the Xcode project building of LLVM to be a bit more user friendly:
Greg Clayton
2011-11-04
1
-3
/
+7
*
Revert 143359 and modify the test case to not include non-valid c identifier ...
Johnny Chen
2011-10-31
1
-0
/
+7
*
Fix the r143266 check-in which broke TestCommandRegex.py.
Johnny Chen
2011-10-31
1
-7
/
+0
*
Fixed the "expression" command when it comes to using it with the new GDB format
Greg Clayton
2011-10-29
1
-1
/
+23
*
Get a dummy target to allow for calculator mode while processing backticks.
Johnny Chen
2011-10-29
1
-0
/
+4
*
Added the ability to have GDB formats appended to any command so you can do
Greg Clayton
2011-10-28
1
-60
/
+111
*
Prefix display/undisplay regexp command alises with "_regexp" as per the
Jason Molenda
2011-10-25
1
-6
/
+6
*
Simplified the CommandInterpreter::StripFirstWord logic by making it a static
Greg Clayton
2011-10-25
1
-55
/
+52
*
Add "di" and "dis" aliases to "disassemble" so they will win over "display".
Jim Ingham
2011-10-24
1
-0
/
+10
*
Add "display" and "undisplay" aliases for target stop-hook add/delete.
Jason Molenda
2011-10-22
1
-1
/
+37
*
Add "stepi" as an alias for thread step-inst in addition to "si".
Jason Molenda
2011-10-22
1
-0
/
+10
*
Added the ability to run expressions in any command. Expressions can be
Greg Clayton
2011-10-14
1
-0
/
+121
*
Fix a problem where the stop-hook command 'frame variable g_val' produces not...
Johnny Chen
2011-10-05
1
-3
/
+10
*
Add initial implementation of watchpoint commands for list, enable, disable, ...
Johnny Chen
2011-09-22
1
-0
/
+2
*
Converted the lldb_private::Process over to use the intrusive
Greg Clayton
2011-09-22
1
-16
/
+21
*
Don't skip the application specific ~/.lldbinit file when the program
Greg Clayton
2011-09-11
1
-27
/
+34
*
Adding two new options to the 'help' command:
Enrico Granata
2011-09-09
1
-1
/
+1
*
Make ThreadList::GetSelectedThread() select and return the 0th thread if ther...
Johnny Chen
2011-08-25
1
-7
/
+0
*
Include lldb/commands as a valid logging type in the
Jason Molenda
2011-08-25
1
-1
/
+4
*
Changes to Python commands:
Enrico Granata
2011-08-16
1
-12
/
+39
*
One-line fix for a possible spurious truncation warning
Enrico Granata
2011-08-15
1
-1
/
+2
*
Make ValueObject::SetValueFromCString work correctly.
Jim Ingham
2011-08-12
1
-2
/
+29
*
Added "command history" command to dump the command history.
Jim Ingham
2011-07-12
1
-2
/
+100
*
named summaries:
Enrico Granata
2011-07-12
1
-1
/
+1
*
new detailed descriptions for type summary add and type format add
Enrico Granata
2011-07-07
1
-0
/
+43
*
Fix header paths
Peter Collingbourne
2011-06-23
1
-1
/
+1
*
Committing type format code for Enrico Granata.
Greg Clayton
2011-06-23
1
-4
/
+5
*
Add 'batch_mode' to CommandInterpreter. Modify InputReaders to
Caroline Tice
2011-06-16
1
-1
/
+2
*
Add ability to recognize/handle quotes around commands
Caroline Tice
2011-05-11
1
-14
/
+61
*
Replace calls to HandleCommand in lldb core with more appropriate
Caroline Tice
2011-05-06
1
-26
/
+158
[prev]
[next]