Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
ab8f77a73e5407b07743f1e352853e7b7c4fde6c
/
lldb
/
source
/
Commands
/
CommandObjectApropos.cpp
0d9a201
[lldb][NFC] Remove ArgEntry::ref member
by Raphael Isemann
· 6 years ago
81094aa
[lldb][NFC] Use GetMaxStringLength in CommandObjectApropos::DoExecute
by Raphael Isemann
· 6 years ago
4c78b78
[lldb][NFC] Allow for-ranges on StringList
by Raphael Isemann
· 6 years ago
5717986
[CommandObject] Use GetDebugger() helper method (NFC)
by Jonas Devlieghere
· 7 years ago
8b3af63
[NFC] Remove ASCII lines from comments
by Jonas Devlieghere
· 7 years ago
2946cd7
Update the file headers across all of the LLVM projects in the monorepo
by Chandler Carruth
· 7 years ago
ceff664
Remove header grouping comments.
by Jonas Devlieghere
· 7 years ago
0509724
Reflow paragraphs in comments.
by Adrian Prantl
· 8 years ago
145d95c
Move Args.cpp from Interpreter to Utility
by Pavel Labath
· 8 years ago
827d5d7
Add methods to enable using formatv syntax in LLDB.
by Zachary Turner
· 9 years ago
867e7d1
Fix some occurrences of passing StringRef to Printf.
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
d033e1c
Change 'apropos' such that it doesn't look into the "long help/syntax" strings for commands
by Enrico Granata
· 10 years ago
c8ecc2a
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
1124045
Don't #include "lldb-python.h" from anywhere.
by Zachary Turner
· 10 years ago
633a29c
Further reduce header footprint of Debugger.h.
by Zachary Turner
· 11 years ago
af3753e
Apropos should search user commands as well as built-in commands.
by Jim Ingham
· 12 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
67cc063
Reimplemented the code that backed the "settings" in lldb. There were many issues with the previous implementation:
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
4c20717
General cleanup on the UserSettingsController stuff. There were 5 different
by Greg Clayton
· 15 years ago
73fd272
Modify 'apropos' command to search settings variable descriptions as well.
by Caroline Tice
· 15 years ago
3bcbf84
Fixed a missing newline when you type "apropos somethingthatdoesnotexist".
by Greg Clayton
· 15 years ago
b7c0462
Fixed a missing space when using the "apropos" command and you don't find any matches.
by Greg Clayton
· 15 years ago
405fe67
Modify existing commands with arguments to use the new argument mechanism
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
3f4c09c
by Caroline Tice
· 15 years ago
c982c76
Merged Eli Friedman's linux build changes where he added Makefile files that
by Greg Clayton
· 15 years ago
ebc09c3
Fix GetRepeatCommand so it works with multi-word commands.
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
30fdc8d
Initial checkin of lldb code from internal Apple repo.
by Chris Lattner
· 15 years ago