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
*
More Linux warnings fixes (remove default labels as needed):
Daniel Malea
2012-12-07
1
-2
/
+0
*
Fix Linux build warnings due to redefinition of macros:
Daniel Malea
2012-12-05
1
-0
/
+2
*
<rdar://problem/11449953> Change Debugger::SetOutputFileHandle() so that it d...
Enrico Granata
2012-10-29
1
-9
/
+21
*
Clean up help/usage messages for kdp-remote / gdb-remote a little bit.
Jason Molenda
2012-10-23
1
-4
/
+4
*
Change the "rb" alias to "rbreak" since some people are used to typing more t...
Jim Ingham
2012-10-18
1
-2
/
+2
*
Add the ability to set timeout & "run all threads" options both from the "exp...
Jim Ingham
2012-10-16
1
-2
/
+3
*
<rdar://problem/12491387>
Greg Clayton
2012-10-13
1
-35
/
+7
*
Don't make regexp commands as regular commands - they are "short cuts" and us...
Jim Ingham
2012-10-10
1
-1
/
+5
*
Remove "k" as an alias for "kill". It doesn't ask for confirmation and
Jason Molenda
2012-10-05
1
-1
/
+0
*
Remove the bt alias I inadvertently added back in in my last checkin.
Jim Ingham
2012-10-05
1
-4
/
+0
*
Add one-shot breakpoints (-o option to "break set") and a tbreak alias for ou...
Jim Ingham
2012-10-05
1
-8
/
+63
*
Change the "bt" command alias defined in CommandInterpreter::LoadCommandDicti...
Jason Molenda
2012-10-05
1
-4
/
+20
*
<rdar://problem/12406088> Fixing a crasher with adding a regex command, due t...
Enrico Granata
2012-10-01
1
-6
/
+4
*
Implementing plugins that provide commands.
Enrico Granata
2012-09-28
1
-4
/
+18
*
Change the kdp-remote alias to require a hostname (instead of allowing a zero...
Jason Molenda
2012-09-27
1
-1
/
+1
*
Added "k" as an alias to "process kill" since the new "kdb-remote" will now c...
Greg Clayton
2012-09-27
1
-0
/
+3
*
Add convenience aliases to allow easy attaching to a remote gdb server or kdp...
Greg Clayton
2012-09-26
1
-0
/
+30
*
Implementing an Options class for EvaluateExpression() in order to make the s...
Enrico Granata
2012-09-05
1
-10
/
+10
*
rdar://problem/11811338
Johnny Chen
2012-08-24
1
-1
/
+22
*
rdar://problem/12022371
Johnny Chen
2012-08-23
1
-2
/
+3
*
<rdar://problem/12022079>
Greg Clayton
2012-08-23
1
-0
/
+24
*
Reimplemented the code that backed the "settings" in lldb. There were many is...
Greg Clayton
2012-08-22
1
-9
/
+3
*
Added back member initialization for m_batch_command_mode, which was most lik...
Johnny Chen
2012-08-09
1
-0
/
+1
*
Removed explicit NULL checks for shared pointers
Sean Callanan
2012-08-09
1
-4
/
+4
*
Made "call" another alias for "expression --",
Sean Callanan
2012-08-08
1
-0
/
+2
*
Ran the static analyzer on the codebase and found a few things.
Greg Clayton
2012-07-17
1
-2
/
+0
*
<rdar://problem/11672978> Fixing an issue where an ObjC object might come out...
Enrico Granata
2012-07-16
1
-1
/
+2
*
<rdar://problem/11791234>
Greg Clayton
2012-07-12
1
-31
/
+8
*
Turning the interpreter mutex into a static global to avoid a potential leak....
Enrico Granata
2012-07-10
1
-2
/
+2
*
<rdar://problem/11751427> Fixing an issue where multiple threads could concur...
Enrico Granata
2012-07-10
1
-0
/
+10
*
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
[next]