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
/
CommandObjectMultiword.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
-430
/
+322
*
LLDB help content has accumulated over time without a recent attempt to
Kate Stone
2016-07-14
1
-2
/
+3
*
Fix a bug where LLDB would crash if 'apropos <anything>' was used after spawn...
Enrico Granata
2016-04-20
1
-0
/
+9
*
Attempt to fix the Ubuntu buildbot by making FindLongestCommandWord a free te...
Enrico Granata
2016-03-08
1
-1
/
+1
*
Change the way command aliases are stored. Go from a model where a map holds ...
Enrico Granata
2016-03-08
1
-4
/
+4
*
Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in so...
Eugene Zelenko
2016-02-20
1
-52
/
+31
*
Per Jim's suggestion, move checks that we're not mixing and matching Debugger...
Enrico Granata
2016-02-06
1
-0
/
+3
*
CommandObjectProxy needs to proxy GenerateHelpText as well as
Jim Ingham
2015-11-05
1
-0
/
+8
*
Don't #include "lldb-python.h" from anywhere.
Zachary Turner
2015-05-29
1
-2
/
+0
*
Factor resolution of abbreviations and aliases so that they can be tested dir...
Adrian McCarthy
2015-04-23
1
-1
/
+1
*
If you try to auto-complete "target symbols<TAB>" you get "target symbolsadd"...
Greg Clayton
2015-02-25
1
-15
/
+19
*
Fix autocompletion for multi-word commands.
Greg Clayton
2013-12-10
1
-4
/
+5
*
<rdar://problem/11914077>
Enrico Granata
2013-06-12
1
-8
/
+5
*
<rdar://problem/13265017>
Enrico Granata
2013-02-21
1
-18
/
+0
*
Fix CommandObjectMultiword to initialize all members, and beef up correspondi...
Daniel Malea
2013-02-21
1
-1
/
+2
*
<rdar://problem/13069948>
Greg Clayton
2013-01-25
1
-3
/
+3
*
Fix Linux build warnings due to redefinition of macros:
Daniel Malea
2012-12-05
1
-0
/
+2
*
<rdar://problem/12491387>
Greg Clayton
2012-10-13
1
-0
/
+229
*
Make raw & parsed commands subclasses of CommandObject rather than having the...
Jim Ingham
2012-06-08
1
-6
/
+3
*
- Changed all the places where CommandObjectReturn was exporting a StreamStri...
Jim Ingham
2011-02-19
1
-1
/
+1
*
Make CommandObjectMultiword::GetSubcommandSP() more robust by appending the
Johnny Chen
2010-12-01
1
-1
/
+5
*
Add infrastructure for standardizing arguments for commands and
Caroline Tice
2010-10-01
1
-5
/
+16
*
Fixed the way set/show variables were being accessed to being natively
Greg Clayton
2010-09-18
1
-19
/
+16
*
Changed the StackID to store its start PC address as a load address instead of
Greg Clayton
2010-08-26
1
-4
/
+3
*
Fixing a crashing bug in multiword commands from William Lynch.
Greg Clayton
2010-07-20
1
-3
/
+2
*
Fix GetRepeatCommand so it works with multi-word commands.
Jim Ingham
2010-07-07
1
-0
/
+13
*
Add a source file completer to the CommandCompleters.
Jim Ingham
2010-06-30
1
-2
/
+9
*
Very large changes that were needed in order to allow multiple connections
Greg Clayton
2010-06-23
1
-21
/
+40
*
Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong.
Jim Ingham
2010-06-15
1
-1
/
+1
*
Moved files around for linux build. Fixed up Xcode project to
Greg Clayton
2010-06-12
1
-0
/
+263