Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
fbb4d1e43d0db9f8d1514a0209bb01f56e49d75f
/
lldb
/
source
/
Interpreter
/
CommandAlias.cpp
5bbaf54
[LLDB] Fix compilation with GCC 5
by Martin Storsjö
· 6 years ago
adcd026
Make llvm::StringRef to std::string conversions explicit.
by Benjamin Kramer
· 6 years ago
8081428
[lldb][NFC] Fix all formatting errors in .cpp file headers
by Raphael Isemann
· 6 years ago
0d9a201
[lldb][NFC] Remove ArgEntry::ref member
by Raphael Isemann
· 6 years ago
ae34ed2
[lldb][NFC] Remove WordComplete mode, make result array indexed from 0 and remove any undocumented/redundant return values
by Raphael Isemann
· 6 years ago
1abaeec
Options: Reduce code duplication
by Pavel Labath
· 6 years ago
2946cd7
Update the file headers across all of the LLVM projects in the monorepo
by Chandler Carruth
· 7 years ago
8d20cfd
[NFC] Replace `compare` with (in)equality operator where applicable.
by Jonas Devlieghere
· 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
· 8 years ago
5f56fca
Move option parsing out of the Args class
by Pavel Labath
· 8 years ago
bf9a773
Move classes from Core -> Utility.
by Zachary Turner
· 9 years ago
c156427
Don't allow direct access to StreamString's internal buffer.
by Zachary Turner
· 9 years ago
0fe35b1
Fix some more Printf warnings.
by Zachary Turner
· 9 years ago
1e8016b
Fix some more StringRef printf warnings.
by Zachary Turner
· 9 years ago
442f653
Make CommandObject help getters/setters use StringRef.
by Zachary Turner
· 9 years ago
97d2c40
Convert some Args index-based iteration to range-style iteration.
by Zachary Turner
· 9 years ago
a483f57
Update some command aliasing functions to use StringRef.
by Zachary Turner
· 9 years ago
a449698
Convert CommandObject constructors to StringRef.
by Zachary Turner
· 9 years ago
5c28c66
Modernize some code related to Args usage / implementation.
by Zachary Turner
· 9 years ago
5c725f3
Convert 3 more functions to use a 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
e1cfbc7
Decoupled Options from CommandInterpreter.
by Todd Fiala
· 9 years ago
3c110dd
Fix an issue with nested aliases where the help system wouldn't correctly track the fact that an alias is an alias to a dash-dash alias
by Enrico Granata
· 10 years ago
bfb75e9
Make it so that a command alias can actually remove the help/long help from its parent command by setting itself to an empty help string
by Enrico Granata
· 10 years ago
660764a
Fix a bug caused by my alias refactoring where, if an alias was defined in terms of another alias, trying to run the nested command would actually cause a crash in the command interpreter
by Enrico Granata
· 10 years ago
dbe8d4f
Improve the way we decide whether an alias is a dashdash alias
by Enrico Granata
· 10 years ago
bef55ac
Lots of progress on the CommandAlias refactoring
by Enrico Granata
· 10 years ago
3e271af
More of the alias refactoring work! CommandAlias is now a CommandObject
by Enrico Granata
· 10 years ago
4643c01
Last round of preliminary cleanup in my refactoring of aliases.
by Enrico Granata
· 10 years ago
937631c
Move CommandAlias to its own file; also
by Enrico Granata
· 10 years ago