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
*
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
*
Fixed line wrapping for the "long help" content in LLDB commands. Content is...
Kate Stone
2015-07-14
1
-79
/
+92
*
Correct type in for loop to remove signedness warning
Ed Maste
2015-06-17
1
-1
/
+1
*
Enable 'command script import' to accept multiple modules to import in one in...
Enrico Granata
2015-06-16
1
-26
/
+29
*
Don't #include "lldb-python.h" from anywhere.
Zachary Turner
2015-05-29
1
-2
/
+0
*
Add support for custom commands to set flags on themselves
Enrico Granata
2015-05-27
1
-0
/
+2
*
Remove ScriptInterpreterObject.
Zachary Turner
2015-03-17
1
-4
/
+3
*
If creating a Python command via a class, the help text is handled directly b...
Enrico Granata
2015-03-13
1
-1
/
+1
*
Add support for Python object commands to return custom short and long help b...
Enrico Granata
2015-03-13
1
-1
/
+33
*
Bulk of the infrastructure work to allow script commands to be backed by obje...
Enrico Granata
2015-03-13
1
-13
/
+149
*
Refactor OptionValue::SetValueFromCString to use llvm::StringRef
Pavel Labath
2015-02-20
1
-6
/
+6
*
Fixed an issue where you couldn't delete a user defined regex, python, or mul...
Greg Clayton
2015-01-09
1
-9
/
+91
*
More override warning cleanup.
Eric Christopher
2014-11-18
1
-3
/
+3
*
Patch from dawn@burble.org to make the --silent-run do what it says, not the ...
Jim Ingham
2014-11-18
1
-3
/
+3
*
Have CommandObjectCommandsAddRegex inherit from IOHandlerDelegateMultiline so...
Greg Clayton
2014-11-18
1
-58
/
+16
*
Complete rewrite of interactive editing support for single- and multi-line in...
Kate Stone
2014-11-17
1
-0
/
+4
*
Rework the way we pass "run multiple command" options to the various API's that
Jim Ingham
2014-10-11
1
-11
/
+9
[next]