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
*
[lldb][NFC] Remove unnecessary includes in source/Commands
Raphael Isemann
2019-12-16
1
-1
/
+0
*
[lldb] Print an error message for an empty subcommand
Raphael Isemann
2019-09-27
1
-1
/
+3
*
[lldb][NFC] Add CompletionRequest::AppendEmptyArgument
Raphael Isemann
2019-09-25
1
-2
/
+1
*
[lldb] Reduce some dangerous boilerplate with CompletionRequest::ShiftArguments
Raphael Isemann
2019-09-23
1
-2
/
+1
*
[lldb][NFC] Remove ArgEntry::ref member
Raphael Isemann
2019-09-13
1
-3
/
+3
*
[lldb][NFC] NFC cleanup for the completion code
Raphael Isemann
2019-08-22
1
-13
/
+15
*
[lldb][NFC] Remove WordComplete mode, make result array indexed from 0 and re...
Raphael Isemann
2019-08-22
1
-17
/
+7
*
[lldb][NFC] Allow for-ranges on StringList
Raphael Isemann
2019-08-16
1
-2
/
+2
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-2
/
+0
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-4
/
+0
*
Add support for descriptions with command completions.
Raphael Isemann
2018-09-13
1
-3
/
+4
*
Narrow the CompletionRequest API to being append-only.
Raphael Isemann
2018-07-27
1
-12
/
+14
*
Refactoring for for the internal command line completion API (NFC)
Raphael Isemann
2018-07-02
1
-39
/
+20
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-6
/
+5
*
Remove some more uses of Args::GetArgumentAtIndex.
Zachary Turner
2016-12-09
1
-55
/
+57
*
Don't allow direct access to StreamString's internal buffer.
Zachary Turner
2016-11-16
1
-1
/
+1
*
Fix some StringRef Printf warnings.
Zachary Turner
2016-11-14
1
-1
/
+1
*
Change some more CommandObject functions to StringRef.
Zachary Turner
2016-11-13
1
-12
/
+13
*
Make CommandObject help getters/setters use StringRef.
Zachary Turner
2016-11-12
1
-2
/
+2
*
Convert CommandObject constructors to StringRef.
Zachary Turner
2016-10-05
1
-1
/
+1
*
Fix more functions in Args to use StringRef.
Zachary Turner
2016-09-19
1
-1
/
+1
*
*** 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
[next]