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
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-3085
/
+2869
*
Delete Host/windows/win32.h
Zachary Turner
2016-08-09
1
-3
/
+3
*
LLDB help content has accumulated over time without a recent attempt to
Kate Stone
2016-07-14
1
-119
/
+96
*
Fix an issue where one could not define a Python command with the same name a...
Enrico Granata
2016-07-11
1
-2
/
+7
*
Fix an issue where the apropos command would not print fully qualified comman...
Enrico Granata
2016-05-02
1
-1
/
+1
*
Add a --element-count option to the expression command
Enrico Granata
2016-04-25
1
-0
/
+2
*
Fix a bug where LLDB would crash if 'apropos <anything>' was used after spawn...
Enrico Granata
2016-04-20
1
-1
/
+1
*
Add help for our regular expression commands when aliased
Enrico Granata
2016-04-08
1
-16
/
+12
*
Change 'apropos' such that it doesn't look into the "long help/syntax" string...
Enrico Granata
2016-03-23
1
-41
/
+50
*
Make it so that a command alias can actually remove the help/long help from i...
Enrico Granata
2016-03-22
1
-4
/
+8
*
Fix a bug caused by my alias refactoring where, if an alias was defined in te...
Enrico Granata
2016-03-22
1
-2
/
+3
*
Use Enrico's new CommandAlias to give better help to the "sif" command.
Jim Ingham
2016-03-19
1
-1
/
+7
*
Workaround the fact that "b" is now a separate command object from "_regexp-b...
Enrico Granata
2016-03-15
1
-5
/
+5
*
Lots of progress on the CommandAlias refactoring
Enrico Granata
2016-03-14
1
-4
/
+5
*
More of the alias refactoring work! CommandAlias is now a CommandObject
Enrico Granata
2016-03-14
1
-14
/
+13
*
Last round of preliminary cleanup in my refactoring of aliases.
Enrico Granata
2016-03-09
1
-98
/
+3
*
Move CommandAlias to its own file; also
Enrico Granata
2016-03-08
1
-17
/
+17
*
Use c_str() instead of GetCString() to fix build
Ewan Crawford
2016-03-08
1
-1
/
+1
*
This is actually a FileSpec, so use .GetCString() instead
Enrico Granata
2016-03-08
1
-1
/
+1
*
Use .c_str() here to unbreak the Linux build
Enrico Granata
2016-03-08
1
-1
/
+1
*
A few more improvements on the way to the command alias refactoring
Enrico Granata
2016-03-08
1
-104
/
+96
*
Turn GetAliasOptions() into GetAlias()
Enrico Granata
2016-03-08
1
-7
/
+14
*
Attempt to fix the Ubuntu buildbot by making FindLongestCommandWord a free te...
Enrico Granata
2016-03-08
1
-16
/
+0
*
Unbreak linux build broken by r262901
Jason Molenda
2016-03-08
1
-1
/
+1
*
Move ProcessAliasOptionsArgs to be a static on CommandAlias; it wasn't using ...
Enrico Granata
2016-03-08
1
-58
/
+58
*
Change the way command aliases are stored. Go from a model where a map holds ...
Enrico Granata
2016-03-08
1
-103
/
+80
*
Change over the broadcaster/listener process to hold shared or weak pointers
Jim Ingham
2016-03-07
1
-1
/
+1
*
Clear alias argument vector for 'p' alias.
Chaoren Lin
2016-02-26
1
-0
/
+2
*
Add the "block" keyword to "thread step-in -e", and an alias that uses it: "s...
Jim Ingham
2016-02-26
1
-2
/
+8
*
Fix all of the unannotated switch cases to annotate the fall through or do th...
Greg Clayton
2016-02-26
1
-0
/
+1
*
This patch stops lldb from loading a .lldbinit file from the current
Jason Molenda
2016-02-19
1
-5
/
+37
*
Per Jim's suggestion, move checks that we're not mixing and matching Debugger...
Enrico Granata
2016-02-06
1
-1
/
+9
*
Fix a glitch in the Driver's batch mode when used with "attach".
Jim Ingham
2016-01-08
1
-1
/
+4
*
Added the concept of a Read-Eval-Print-Loop to LLDB.
Sean Callanan
2015-10-19
1
-1
/
+10
*
Move the "run" alias from process launch --shell to process launch --shell-ex...
Enrico Granata
2015-09-22
1
-0
/
+8
*
Fix tab completion for command arguments containing spaces
Tamas Berghammer
2015-09-02
1
-3
/
+3
*
Convert the ScriptInterpreter system to a plugin-based one.
Zachary Turner
2015-07-30
1
-65
/
+28
*
Add UNUSED_IF_ASSERT_DISABLED and apply it.
Bruce Mitchener
2015-07-24
1
-2
/
+1
*
Add new bugreport command to lldb
Tamas Berghammer
2015-07-02
1
-0
/
+2
*
Fix a variety of typos.
Bruce Mitchener
2015-06-18
1
-3
/
+3
*
Don't #include "lldb-python.h" from anywhere.
Zachary Turner
2015-05-29
1
-2
/
+0
*
Fixed a ton of gcc compile warnings
Vince Harron
2015-05-13
1
-3
/
+3
*
Add language command and LanguageRuntime plugin changes to allow vending of c...
Colin Riley
2015-05-04
1
-0
/
+2
*
Factor resolution of abbreviations and aliases so that they can be tested dir...
Adrian McCarthy
2015-04-23
1
-201
/
+221
*
Fix check for options in "command alias"
Ted Woodward
2015-04-06
1
-3
/
+3
*
Turn off 'quit' confirmation in lldb-mi
Ilia K
2015-03-23
1
-0
/
+7
*
Fix broadcasters for interpreter and process:
Ilia K
2015-03-17
1
-1
/
+1
*
Help for _regexp-break wasn't very clear. Added more detailed explanations of...
Greg Clayton
2015-03-07
1
-2
/
+8
*
Further reduce header footprint of Debugger.h.
Zachary Turner
2015-03-04
1
-0
/
+2
*
Fix handling of backslashes in Args parsing
Pavel Labath
2015-03-02
1
-3
/
+3
[next]