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
/
CommandObjectHelp.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Modernize the Args access pattern in a few more commands.
Zachary Turner
2016-12-09
1
-14
/
+10
*
Update GenerateAdditionalHelpAvenues to take StringRef.
Zachary Turner
2016-11-16
1
-15
/
+20
*
Don't allow direct access to StreamString's internal buffer.
Zachary Turner
2016-11-16
1
-3
/
+3
*
Convert some Args index-based iteration to range-style iteration.
Zachary Turner
2016-10-05
1
-8
/
+7
*
Update some command aliasing functions to use StringRef.
Zachary Turner
2016-10-05
1
-1
/
+1
*
Convert CommandObject constructors to StringRef.
Zachary Turner
2016-10-05
1
-1
/
+1
*
Try to fix build errors on Android.
Zachary Turner
2016-09-22
1
-1
/
+1
*
Convert option tables to ArrayRefs.
Zachary Turner
2016-09-22
1
-2
/
+6
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-227
/
+189
*
Tables of command options in LLDB benefit from hand-formatting to make it
Kate Stone
2016-08-26
1
-4
/
+6
*
Decoupled Options from CommandInterpreter.
Todd Fiala
2016-08-11
1
-1
/
+1
*
LLDB help content has accumulated over time without a recent attempt to
Kate Stone
2016-07-14
1
-5
/
+5
*
Added command prefix to new help messages to ensure that they're correctly wo...
Kate Stone
2016-04-21
1
-11
/
+5
*
Lots of progress on the CommandAlias refactoring
Enrico Granata
2016-03-14
1
-0
/
+2
*
Last round of preliminary cleanup in my refactoring of aliases.
Enrico Granata
2016-03-09
1
-1
/
+1
*
Move CommandAlias to its own file; also
Enrico Granata
2016-03-08
1
-1
/
+1
*
A few more improvements on the way to the command alias refactoring
Enrico Granata
2016-03-08
1
-1
/
+1
*
When 'help' cannot find a command, produce additional help text that also poi...
Enrico Granata
2016-02-29
1
-15
/
+47
*
Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in so...
Eugene Zelenko
2016-02-20
1
-22
/
+16
*
Don't #include "lldb-python.h" from anywhere.
Zachary Turner
2015-05-29
1
-2
/
+0
*
Fix build after r226068: cannot initialize 'int' with 'nullptr_t'
Ed Maste
2015-01-15
1
-1
/
+1
*
Three related changes to help:
Kate Stone
2015-01-15
1
-7
/
+13
*
Revert "Fix broken tests due to new error output."
Zachary Turner
2014-07-09
1
-3
/
+3
*
Fix broken tests due to new error output.
Todd Fiala
2014-07-08
1
-3
/
+3
*
Adds the notion of an OptionValidator.
Zachary Turner
2014-07-03
1
-3
/
+3
*
Add OptionParser.h
Virgile Bello
2013-09-05
1
-2
/
+2
*
Sort out a number of mismatched integer types in order to cut down the number...
Andy Gibbs
2013-06-19
1
-1
/
+1
*
<rdar://problem/11914077>
Enrico Granata
2013-06-12
1
-76
/
+16
*
<rdar://problem/13069948>
Greg Clayton
2013-01-25
1
-3
/
+3
*
Minor grammar and style fixes in documentation.
Sean Callanan
2012-12-12
1
-2
/
+3
*
Fix Linux build warnings due to redefinition of macros:
Daniel Malea
2012-12-05
1
-0
/
+2
*
<rdar://problem/12491387>
Greg Clayton
2012-10-13
1
-3
/
+2
*
Make raw & parsed commands subclasses of CommandObject rather than having the...
Jim Ingham
2012-06-08
1
-5
/
+5
*
If a command takes options and arguments, the help text should warn the user ...
Jim Ingham
2012-05-02
1
-3
/
+15
*
Emit the message about putting ' -- ' between the end of command options and ...
Johnny Chen
2012-01-27
1
-2
/
+4
*
Add an example customization directory which uses a binutils.py module to pro...
Johnny Chen
2011-10-28
1
-1
/
+1
*
When completing "help foo bar" if "foo" is not a real command, don't ask its ...
Jim Ingham
2011-10-26
1
-9
/
+26
*
Adding two new options to the 'help' command:
Enrico Granata
2011-09-09
1
-4
/
+18
*
Changes to Python commands:
Enrico Granata
2011-08-16
1
-1
/
+0
*
Modified the ArchSpec to take an optional "Platform *" when setting the triple.
Greg Clayton
2011-04-07
1
-1
/
+1
*
- Fix alias-building & resolving to properly handle optional arguments for co...
Caroline Tice
2010-12-07
1
-0
/
+4
*
GetCommandObject returns no matches in the match array when there is only one...
Jim Ingham
2010-12-01
1
-1
/
+1
*
Fix completion for multi-word commands in the "help" command.
Jim Ingham
2010-11-30
1
-7
/
+29
*
Add alias information, including aliased command options &
Caroline Tice
2010-10-28
1
-0
/
+9
*
o TestStdCXXDisassembly.py:
Johnny Chen
2010-10-08
1
-0
/
+4
*
Modify existing commands with arguments to use the new argument mechanism
Caroline Tice
2010-10-04
1
-0
/
+12
*
Add infrastructure for standardizing arguments for commands and
Caroline Tice
2010-10-01
1
-6
/
+37
*
Fixed the way set/show variables were being accessed to being natively
Greg Clayton
2010-09-18
1
-17
/
+26
*
Make all debugger-level user settable variables into instance variables.
Caroline Tice
2010-09-09
1
-1
/
+2
*
Clean up, clarify and standardize help text, and fix a few help text formatti...
Caroline Tice
2010-09-08
1
-1
/
+1
[next]