Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
lldb
/
source
/
Commands
/
CommandObjectMultiword.cpp
ceff664
Remove header grouping comments.
by Jonas Devlieghere
· 7 years ago
7f88829
Add support for descriptions with command completions.
by Raphael Isemann
· 7 years ago
1a6d7ab
Narrow the CompletionRequest API to being append-only.
by Raphael Isemann
· 7 years ago
2443bbd
Refactoring for for the internal command line completion API (NFC)
by Raphael Isemann
· 7 years ago
0509724
Reflow paragraphs in comments.
by Adrian Prantl
· 7 years ago
2c84f90
Remove some more uses of Args::GetArgumentAtIndex.
by Zachary Turner
· 9 years ago
c156427
Don't allow direct access to StreamString's internal buffer.
by Zachary Turner
· 9 years ago
03c9f36
Fix some StringRef Printf warnings.
by Zachary Turner
· 9 years ago
9889683
Change some more CommandObject functions to StringRef.
by Zachary Turner
· 9 years ago
442f653
Make CommandObject help getters/setters use StringRef.
by Zachary Turner
· 9 years ago
a449698
Convert CommandObject constructors to StringRef.
by Zachary Turner
· 9 years ago
ecbb0bb
Fix more functions in Args to use StringRef.
by Zachary Turner
· 9 years ago
b9c1b51
*** This commit represents a complete reformatting of the LLDB source code
by Kate Stone
· 9 years ago
7428a18
LLDB help content has accumulated over time without a recent attempt to
by Kate Stone
· 9 years ago
612917c
Fix a bug where LLDB would crash if 'apropos <anything>' was used after spawning an inferior process
by Enrico Granata
· 9 years ago
4a79592
Attempt to fix the Ubuntu buildbot by making FindLongestCommandWord a free template function in lldb_private
by Enrico Granata
· 10 years ago
308f73c
Change the way command aliases are stored. Go from a model where a map holds the alias -> underlying command binding and another map holds the alias -> options, to a model where one single map holds the alias -> (all useful data) combination
by Enrico Granata
· 10 years ago
26cac3a
Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in some files in source/Commands; other minor fixes.
by Eugene Zelenko
· 10 years ago
41571781
Per Jim's suggestion, move checks that we're not mixing and matching Debuggers and Commands deeper in the bowels of LLDB
by Enrico Granata
· 10 years ago
2471434
CommandObjectProxy needs to proxy GenerateHelpText as well as everything else.
by Jim Ingham
· 10 years ago
1124045
Don't #include "lldb-python.h" from anywhere.
by Zachary Turner
· 10 years ago
2304b6f
Factor resolution of abbreviations and aliases so that they can be tested directly. http://reviews.llvm.org/D9033
by Adrian McCarthy
· 10 years ago
7d1069d
If you try to auto-complete "target symbols<TAB>" you get "target symbolsadd" instead of "target symbols ".
by Greg Clayton
· 11 years ago
765d2e2
Fix autocompletion for multi-word commands.
by Greg Clayton
· 12 years ago
9b62d1d
<rdar://problem/11914077>
by Enrico Granata
· 12 years ago
d2f16e2
<rdar://problem/13265017>
by Enrico Granata
· 13 years ago
d82ac9e
Fix CommandObjectMultiword to initialize all members, and beef up corresponding test case.
by Daniel Malea
· 13 years ago
c7bece56
<rdar://problem/13069948>
by Greg Clayton
· 13 years ago
93a6430
Fix Linux build warnings due to redefinition of macros:
by Daniel Malea
· 13 years ago
998255b
<rdar://problem/12491387>
by Greg Clayton
· 13 years ago
5a98841
Make raw & parsed commands subclasses of CommandObject rather than having the raw version implement an
by Jim Ingham
· 13 years ago
85e8b81
- Changed all the places where CommandObjectReturn was exporting a StreamString to just exporting
by Jim Ingham
· 15 years ago
ce81496
Make CommandObjectMultiword::GetSubcommandSP() more robust by appending the
by Johnny Chen
· 15 years ago
e139cf2
by Caroline Tice
· 15 years ago
a701509
Fixed the way set/show variables were being accessed to being natively
by Greg Clayton
· 15 years ago
12fc3e0
Changed the StackID to store its start PC address as a load address instead of
by Greg Clayton
· 15 years ago
ede0585
Fixing a crashing bug in multiword commands from William Lynch.
by Greg Clayton
· 15 years ago
ebc09c3
Fix GetRepeatCommand so it works with multi-word commands.
by Jim Ingham
· 15 years ago
558ce12
Add a source file completer to the CommandCompleters.
by Jim Ingham
· 15 years ago
6611103
Very large changes that were needed in order to allow multiple connections
by Greg Clayton
· 15 years ago
40af72e
Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong.
by Jim Ingham
· 15 years ago
c9af18a
Moved files around for linux build. Fixed up Xcode project to
by Greg Clayton
· 15 years ago
[Renamed from lldb/source/Interpreter/CommandObjectMultiword.cpp]
30fdc8d
Initial checkin of lldb code from internal Apple repo.
by Chris Lattner
· 15 years ago