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
...
*
Fixed a build warning for a missing switch case.
Greg Clayton
2013-11-08
1
-0
/
+3
*
This patch does a couple of things.
Jim Ingham
2013-11-07
1
-6
/
+6
*
Fix the command name in the syntax text for _regexp-list
Ben Langmuir
2013-09-26
1
-1
/
+1
*
Added a 'jump' command, similar to GDBs.
Richard Mitton
2013-09-12
1
-0
/
+27
*
Restore -- "end of args" marker for shell
Ed Maste
2013-09-05
1
-1
/
+1
*
Add OptionParser.h
Virgile Bello
2013-09-05
1
-7
/
+5
*
Switch '/bin/bash' to '/bin/sh'
Ed Maste
2013-09-03
1
-1
/
+1
*
Sort out a number of mismatched integer types in order to cut down the number...
Andy Gibbs
2013-06-19
1
-9
/
+9
*
This patch fixes the issue where our command-line tab completer would sometim...
Enrico Granata
2013-06-18
1
-13
/
+18
*
<rdar://problem/14134716>
Enrico Granata
2013-06-17
1
-65
/
+6
*
<rdar://problem/13299214>
Enrico Granata
2013-06-12
1
-2
/
+4
*
<rdar://problem/12876503>
Enrico Granata
2013-06-11
1
-1
/
+10
*
Apropos should search user commands as well as built-in commands.
Jim Ingham
2013-05-17
1
-14
/
+39
*
<rdar://problem/13892319>
Greg Clayton
2013-05-15
1
-1
/
+1
*
If HandleCommands is called with add_to_history set to false, turn on the m_c...
Jim Ingham
2013-05-02
1
-1
/
+7
*
Look for an inexact match in just the commands before searching the alias com...
Matt Kopec
2013-04-23
1
-2
/
+7
*
After discussing with Chris Lattner, we require C++11, so lets get rid of the...
Greg Clayton
2013-04-18
1
-12
/
+12
*
Since we use C++11, we should switch over to using std::unique_ptr when C++11...
Greg Clayton
2013-04-18
1
-12
/
+12
*
Removed the "expr" alias for "expression," which
Sean Callanan
2013-04-17
1
-3
/
+1
*
Allow partial matching for alias commands as well as regular commands.
Jim Ingham
2013-04-03
1
-6
/
+37
*
Added "rb" and "rbr" aliases to fix regressions
Sean Callanan
2013-04-02
1
-0
/
+4
*
<rdar://problem/12022060>
Greg Clayton
2013-03-29
1
-17
/
+28
*
<rdar://problem/13521159>
Greg Clayton
2013-03-27
1
-2
/
+2
*
<rdar://problem/13404189>
Greg Clayton
2013-03-13
1
-0
/
+1
*
Correct the logic in DumpCommandHistory when the end index is UINT32_MAX.
Jim Ingham
2013-02-22
1
-1
/
+1
*
<rdar://problem/13265017>
Enrico Granata
2013-02-21
1
-33
/
+0
*
<rdar://problem/13178743>
Greg Clayton
2013-02-12
1
-0
/
+21
*
<rdar://problem/13184389>
Greg Clayton
2013-02-12
1
-0
/
+1
*
Added the ability to specify a breakpoint using the GDB '*ADDRESS' format:
Greg Clayton
2013-02-08
1
-1
/
+2
*
<rdar://problem/13050227>
Greg Clayton
2013-02-01
1
-1
/
+19
*
<rdar://problem/9141269>
Greg Clayton
2013-01-30
1
-1
/
+1
*
<rdar://problem/13069948>
Greg Clayton
2013-01-25
1
-31
/
+24
*
<rdar://problem/12786725>
Enrico Granata
2013-01-17
1
-2
/
+9
*
Separated the "expr --unwind-on-error" behavior into two parts, actual errors...
Jim Ingham
2013-01-15
1
-0
/
+4
*
<rdar://problem/12582041>
Greg Clayton
2012-12-15
1
-2
/
+4
*
Option changes:
Enrico Granata
2012-12-12
1
-1
/
+1
*
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
[prev]
[next]