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
/
CommandObjectCommands.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace 'ap' with 'up' suffix in variable names. (NFC)
Jonas Devlieghere
2019-02-13
1
-12
/
+12
*
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
*
[FileSystem] Move path resolution logic out of FileSpec
Jonas Devlieghere
2018-11-01
1
-1
/
+2
*
Add EchoCommentCommands to CommandInterpreterRunOptions in addition to the ex...
Stefan Granitz
2018-10-05
1
-2
/
+9
*
Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll...
Tatyana Krasnukha
2018-09-26
1
-31
/
+33
*
Narrow the CompletionRequest API to being append-only.
Raphael Isemann
2018-07-27
1
-2
/
+2
*
Replaced more boilerplate code with CompletionRequest (NFC)
Raphael Isemann
2018-07-13
1
-17
/
+2
*
Get rid of the C-string parameter in DoExecute
Raphael Isemann
2018-07-12
1
-4
/
+4
*
Refactor parsing of option lists with a raw string suffix.
Raphael Isemann
2018-07-10
1
-35
/
+6
*
Refactoring for for the internal command line completion API (NFC)
Raphael Isemann
2018-07-02
1
-22
/
+23
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-16
/
+13
*
Move Args.cpp from Interpreter to Utility
Pavel Labath
2018-04-17
1
-1
/
+1
*
Move Args::StringTo*** functions to a new OptionArgParser class
Pavel Labath
2018-04-10
1
-1
/
+2
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-27
/
+27
*
Fix !N and !-N commands and add a test case.
Jim Ingham
2017-04-19
1
-1
/
+5
*
Delete some more dead includes.
Zachary Turner
2017-03-22
1
-0
/
+1
*
Move StringList from Core -> Utility.
Zachary Turner
2017-03-21
1
-1
/
+1
*
Fix some occurrences of passing StringRef to Printf.
Zachary Turner
2016-12-09
1
-7
/
+8
*
Convert CommandObjectCommands to entry-based Args access.
Zachary Turner
2016-12-08
1
-168
/
+154
*
[lldb] Fix typos in file headers
Alexander Shaposhnikov
2016-11-26
1
-1
/
+1
*
Re-add "demonstrate new Args API"
Zachary Turner
2016-11-22
1
-3
/
+3
*
Fix build failure on Linux and BSD by reverting r287597
Omair Javaid
2016-11-22
1
-3
/
+3
*
Add the new Args / entry-access API.
Zachary Turner
2016-11-21
1
-3
/
+3
*
Update GenerateAdditionalHelpAvenues to take StringRef.
Zachary Turner
2016-11-16
1
-1
/
+1
*
Don't allow direct access to StreamString's internal buffer.
Zachary Turner
2016-11-16
1
-7
/
+5
*
Make CommandObject help getters/setters use StringRef.
Zachary Turner
2016-11-12
1
-34
/
+39
*
Make Options::SetOptionValue take a StringRef.
Zachary Turner
2016-11-12
1
-28
/
+22
*
Fix Clang-tidy readability-redundant-string-cstr warnings
Malcolm Parsons
2016-11-02
1
-7
/
+7
*
Convert some Args index-based iteration to range-style iteration.
Zachary Turner
2016-10-05
1
-3
/
+2
*
Convert some more aliasing and CI functions to StringRef.
Zachary Turner
2016-10-05
1
-13
/
+12
*
Convert CommandObject constructors to StringRef.
Zachary Turner
2016-10-05
1
-9
/
+8
*
Convert various CommandInterpreter functions to StringRef.
Zachary Turner
2016-10-05
1
-126
/
+124
*
Update the prompt related functions to use StringRefs.
Zachary Turner
2016-09-23
1
-3
/
+3
*
Update OptionGroup::SetValue to take StringRef.
Zachary Turner
2016-09-23
1
-11
/
+19
*
Try to fix build errors on Android.
Zachary Turner
2016-09-22
1
-6
/
+6
*
Convert option tables to ArrayRefs.
Zachary Turner
2016-09-22
1
-100
/
+76
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-1951
/
+1631
*
Tables of command options in LLDB benefit from hand-formatting to make it
Kate Stone
2016-08-26
1
-22
/
+34
*
Decoupled Options from CommandInterpreter.
Todd Fiala
2016-08-11
1
-37
/
+43
*
LLDB help content has accumulated over time without a recent attempt to
Kate Stone
2016-07-14
1
-41
/
+31
*
Cleanups to command alias to refer to itself as 'command alias' and not allow...
Enrico Granata
2016-04-08
1
-5
/
+17
*
Add --help and --long-help options to 'command alias' such that one can now s...
Enrico Granata
2016-03-31
1
-7
/
+155
*
Make it so that a command alias can actually remove the help/long help from i...
Enrico Granata
2016-03-22
1
-3
/
+3
*
A few more improvements on the way to the command alias refactoring
Enrico Granata
2016-03-08
1
-37
/
+34
*
Move ProcessAliasOptionsArgs to be a static on CommandAlias; it wasn't using ...
Enrico Granata
2016-03-08
1
-5
/
+3
*
Change the way command aliases are stored. Go from a model where a map holds ...
Enrico Granata
2016-03-08
1
-19
/
+3
*
When 'help' cannot find a command, produce additional help text that also poi...
Enrico Granata
2016-02-29
1
-2
/
+11
*
Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in so...
Eugene Zelenko
2016-02-22
1
-263
/
+192
*
commands: Use override instead of virtual.
Bruce Mitchener
2015-10-07
1
-89
/
+82
[next]