summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectHelp.cpp
Commit message (Expand)AuthorAgeFilesLines
* Modernize the Args access pattern in a few more commands.Zachary Turner2016-12-091-14/+10
* Update GenerateAdditionalHelpAvenues to take StringRef.Zachary Turner2016-11-161-15/+20
* Don't allow direct access to StreamString's internal buffer.Zachary Turner2016-11-161-3/+3
* Convert some Args index-based iteration to range-style iteration.Zachary Turner2016-10-051-8/+7
* Update some command aliasing functions to use StringRef.Zachary Turner2016-10-051-1/+1
* Convert CommandObject constructors to StringRef.Zachary Turner2016-10-051-1/+1
* Try to fix build errors on Android.Zachary Turner2016-09-221-1/+1
* Convert option tables to ArrayRefs.Zachary Turner2016-09-221-2/+6
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-227/+189
* Tables of command options in LLDB benefit from hand-formatting to make itKate Stone2016-08-261-4/+6
* Decoupled Options from CommandInterpreter.Todd Fiala2016-08-111-1/+1
* LLDB help content has accumulated over time without a recent attempt toKate Stone2016-07-141-5/+5
* Added command prefix to new help messages to ensure that they're correctly wo...Kate Stone2016-04-211-11/+5
* Lots of progress on the CommandAlias refactoringEnrico Granata2016-03-141-0/+2
* Last round of preliminary cleanup in my refactoring of aliases.Enrico Granata2016-03-091-1/+1
* Move CommandAlias to its own file; alsoEnrico Granata2016-03-081-1/+1
* A few more improvements on the way to the command alias refactoringEnrico Granata2016-03-081-1/+1
* When 'help' cannot find a command, produce additional help text that also poi...Enrico Granata2016-02-291-15/+47
* Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in so...Eugene Zelenko2016-02-201-22/+16
* Don't #include "lldb-python.h" from anywhere.Zachary Turner2015-05-291-2/+0
* Fix build after r226068: cannot initialize 'int' with 'nullptr_t'Ed Maste2015-01-151-1/+1
* Three related changes to help:Kate Stone2015-01-151-7/+13
* Revert "Fix broken tests due to new error output."Zachary Turner2014-07-091-3/+3
* Fix broken tests due to new error output.Todd Fiala2014-07-081-3/+3
* Adds the notion of an OptionValidator.Zachary Turner2014-07-031-3/+3
* Add OptionParser.hVirgile Bello2013-09-051-2/+2
* Sort out a number of mismatched integer types in order to cut down the number...Andy Gibbs2013-06-191-1/+1
* <rdar://problem/11914077>Enrico Granata2013-06-121-76/+16
* <rdar://problem/13069948>Greg Clayton2013-01-251-3/+3
* Minor grammar and style fixes in documentation.Sean Callanan2012-12-121-2/+3
* Fix Linux build warnings due to redefinition of macros:Daniel Malea2012-12-051-0/+2
* <rdar://problem/12491387>Greg Clayton2012-10-131-3/+2
* Make raw & parsed commands subclasses of CommandObject rather than having the...Jim Ingham2012-06-081-5/+5
* If a command takes options and arguments, the help text should warn the user ...Jim Ingham2012-05-021-3/+15
* Emit the message about putting ' -- ' between the end of command options and ...Johnny Chen2012-01-271-2/+4
* Add an example customization directory which uses a binutils.py module to pro...Johnny Chen2011-10-281-1/+1
* When completing "help foo bar" if "foo" is not a real command, don't ask its ...Jim Ingham2011-10-261-9/+26
* Adding two new options to the 'help' command:Enrico Granata2011-09-091-4/+18
* Changes to Python commands:Enrico Granata2011-08-161-1/+0
* Modified the ArchSpec to take an optional "Platform *" when setting the triple.Greg Clayton2011-04-071-1/+1
* - Fix alias-building & resolving to properly handle optional arguments for co...Caroline Tice2010-12-071-0/+4
* GetCommandObject returns no matches in the match array when there is only one...Jim Ingham2010-12-011-1/+1
* Fix completion for multi-word commands in the "help" command.Jim Ingham2010-11-301-7/+29
* Add alias information, including aliased command options & Caroline Tice2010-10-281-0/+9
* o TestStdCXXDisassembly.py:Johnny Chen2010-10-081-0/+4
* Modify existing commands with arguments to use the new argument mechanismCaroline Tice2010-10-041-0/+12
* Add infrastructure for standardizing arguments for commands andCaroline Tice2010-10-011-6/+37
* Fixed the way set/show variables were being accessed to being natively Greg Clayton2010-09-181-17/+26
* Make all debugger-level user settable variables into instance variables.Caroline Tice2010-09-091-1/+2
* Clean up, clarify and standardize help text, and fix a few help text formatti...Caroline Tice2010-09-081-1/+1
OpenPOWER on IntegriCloud