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
/
Commands
/
CommandObjectCommands.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
<rdar://problem/11975483> Removing user-visible references to 'dict' as a par...
Enrico Granata
2012-08-08
1
-1
/
+1
*
Make a way to set the result status for Python defined commands, and don't ov...
Jim Ingham
2012-06-27
1
-1
/
+12
*
Make raw & parsed commands subclasses of CommandObject rather than having the...
Jim Ingham
2012-06-08
1
-402
/
+343
*
<rdar://problem/11328896> Fixing a bug where regex commands were saved in the...
Enrico Granata
2012-05-31
1
-1
/
+32
*
Using the new ScriptInterpreterObject in the implementation of synthetic chil...
Enrico Granata
2012-03-06
1
-12
/
+4
*
Fix help strings that refer to the "commands" top-level noun.
Jason Molenda
2011-11-10
1
-9
/
+9
*
this patch addresses several issues with "command script" subcommands:
Enrico Granata
2011-11-07
1
-20
/
+159
*
Cleaned up many error codes. For any who is filling in error strings into
Greg Clayton
2011-10-26
1
-10
/
+10
*
this patch introduces a new command script import command which takes as inpu...
Enrico Granata
2011-10-17
1
-0
/
+73
*
Redesign of the interaction between Python and frozen objects:
Enrico Granata
2011-09-06
1
-1
/
+1
*
Fix the "command alias" help string to make clear that the $<N> substitutions...
Jim Ingham
2011-08-18
1
-2
/
+10
*
When defining a scripted command, it is possible to provide a docstring and t...
Enrico Granata
2011-08-17
1
-0
/
+17
*
Changes to Python commands:
Enrico Granata
2011-08-16
1
-210
/
+531
*
Python commands:
Enrico Granata
2011-08-16
1
-0
/
+218
*
Added "command history" command to dump the command history.
Jim Ingham
2011-07-12
1
-0
/
+127
*
Add 'batch_mode' to CommandInterpreter. Modify InputReaders to
Caroline Tice
2011-06-16
1
-6
/
+14
*
Replace direct uses of the Debugger's output stream with
Caroline Tice
2011-06-15
1
-5
/
+15
*
Replace calls to HandleCommand in lldb core with more appropriate
Caroline Tice
2011-05-06
1
-58
/
+19
*
This patch captures and serializes all output being written by the
Caroline Tice
2011-05-02
1
-1
/
+4
*
Renamed the "commands" command to "command" as this is the way we were using
Greg Clayton
2011-04-20
1
-70
/
+185
*
Added the ability for users to create new regex commands.
Greg Clayton
2011-04-20
1
-5
/
+273
*
Added two new classes for command options:
Greg Clayton
2011-04-13
1
-4
/
+4
*
Modified the ArchSpec to take an optional "Platform *" when setting the triple.
Greg Clayton
2011-04-07
1
-2
/
+6
*
Many improvements to the Platform base class and subclasses. The base Platform
Greg Clayton
2011-03-30
1
-4
/
+2
*
Fixed the LLDB build so that we can have private types, private enums and
Greg Clayton
2011-03-24
1
-4
/
+4
*
Factor all the code that does "Execute a list of lldb command interpreter com...
Jim Ingham
2011-02-18
1
-60
/
+94
*
Fix small bugs:
Caroline Tice
2010-12-14
1
-4
/
+12
*
Modify HandleCommand to not do any argument processing until it has determine...
Caroline Tice
2010-12-09
1
-2
/
+131
*
- Fix alias-building & resolving to properly handle optional arguments for co...
Caroline Tice
2010-12-07
1
-3
/
+5
*
Fix error message when attempting to generate invalid alias.
Caroline Tice
2010-11-02
1
-14
/
+3
*
Add alias information, including aliased command options &
Caroline Tice
2010-10-28
1
-0
/
+2
*
Fixed a crasher. The cmd_file needs to be resolved before reading lines from...
Johnny Chen
2010-10-20
1
-1
/
+1
*
Fixed an issue where we were resolving paths when we should have been.
Greg Clayton
2010-10-20
1
-1
/
+1
*
Comment out code that was preventing commands that take raw input strings
Caroline Tice
2010-10-12
1
-9
/
+9
*
Fix bug where alias command options were being duplicated as command argument...
Caroline Tice
2010-10-12
1
-2
/
+3
*
Modify existing commands with arguments to use the new argument mechanism
Caroline Tice
2010-10-04
1
-3
/
+59
*
There are now to new "settings set" variables that live in each debugger
Greg Clayton
2010-10-04
1
-7
/
+3
*
Update help text for breakpoint command one-liners.
Caroline Tice
2010-09-21
1
-9
/
+12
*
Fixed the way set/show variables were being accessed to being natively
Greg Clayton
2010-09-18
1
-30
/
+33
*
Add 'unalias' to the commands sub-command dictionary.
Caroline Tice
2010-09-12
1
-2
/
+3
*
More help text fixes.
Caroline Tice
2010-09-08
1
-14
/
+14
*
Clean up, clarify and standardize help text, and fix a few help text formatti...
Caroline Tice
2010-09-08
1
-3
/
+3
*
Small help text fixes, to make it more consistent and accurate.
Caroline Tice
2010-09-07
1
-1
/
+1
*
Updated help text to refer to "commands alias"
Sean Callanan
2010-08-09
1
-19
/
+19
*
Created lldb::LanguageType by moving an enumeration from the
Greg Clayton
2010-07-28
1
-4
/
+4
*
Merged Eli Friedman's linux build changes where he added Makefile files that
Greg Clayton
2010-07-09
1
-5
/
+5
*
Fix GetRepeatCommand so it works with multi-word commands.
Jim Ingham
2010-07-07
1
-0
/
+437
[prev]