aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectHelp.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-227/+189
2016-08-26Tables of command options in LLDB benefit from hand-formatting to make itKate Stone1-4/+6
2016-08-11Decoupled Options from CommandInterpreter.Todd Fiala1-1/+1
2016-07-14LLDB help content has accumulated over time without a recent attempt toKate Stone1-5/+5
2016-04-21Added command prefix to new help messages to ensure that they're correctly wo...Kate Stone1-11/+5
2016-03-14Lots of progress on the CommandAlias refactoringEnrico Granata1-0/+2
2016-03-09Last round of preliminary cleanup in my refactoring of aliases.Enrico Granata1-1/+1
2016-03-08Move CommandAlias to its own file; alsoEnrico Granata1-1/+1
2016-03-08A few more improvements on the way to the command alias refactoringEnrico Granata1-1/+1
2016-02-29When 'help' cannot find a command, produce additional help text that also poi...Enrico Granata1-15/+47
2016-02-20Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in so...Eugene Zelenko1-22/+16
2015-05-29Don't #include "lldb-python.h" from anywhere.Zachary Turner1-2/+0
2015-01-15Fix build after r226068: cannot initialize 'int' with 'nullptr_t'Ed Maste1-1/+1
2015-01-15Three related changes to help:Kate Stone1-7/+13
2014-07-09Revert "Fix broken tests due to new error output."Zachary Turner1-3/+3
2014-07-08Fix broken tests due to new error output.Todd Fiala1-3/+3
2014-07-03Adds the notion of an OptionValidator.Zachary Turner1-3/+3
2013-09-05Add OptionParser.hVirgile Bello1-2/+2
2013-06-19Sort out a number of mismatched integer types in order to cut down the number...Andy Gibbs1-1/+1
2013-06-12<rdar://problem/11914077>Enrico Granata1-76/+16
2013-01-25<rdar://problem/13069948>Greg Clayton1-3/+3
2012-12-12Minor grammar and style fixes in documentation.Sean Callanan1-2/+3
2012-12-05Fix Linux build warnings due to redefinition of macros:Daniel Malea1-0/+2
2012-10-13<rdar://problem/12491387>Greg Clayton1-3/+2
2012-06-08Make raw & parsed commands subclasses of CommandObject rather than having the...Jim Ingham1-5/+5
2012-05-02If a command takes options and arguments, the help text should warn the user ...Jim Ingham1-3/+15
2012-01-27Emit the message about putting ' -- ' between the end of command options and ...Johnny Chen1-2/+4
2011-10-28Add an example customization directory which uses a binutils.py module to pro...Johnny Chen1-1/+1
2011-10-26When completing "help foo bar" if "foo" is not a real command, don't ask its ...Jim Ingham1-9/+26
2011-09-09Adding two new options to the 'help' command:Enrico Granata1-4/+18
2011-08-16Changes to Python commands:Enrico Granata1-1/+0
2011-04-07Modified the ArchSpec to take an optional "Platform *" when setting the triple.Greg Clayton1-1/+1
2010-12-07- Fix alias-building & resolving to properly handle optional arguments for co...Caroline Tice1-0/+4
2010-12-01GetCommandObject returns no matches in the match array when there is only one...Jim Ingham1-1/+1
2010-11-30Fix completion for multi-word commands in the "help" command.Jim Ingham1-7/+29
2010-10-28Add alias information, including aliased command options & Caroline Tice1-0/+9
2010-10-08o TestStdCXXDisassembly.py:Johnny Chen1-0/+4
2010-10-04Modify existing commands with arguments to use the new argument mechanismCaroline Tice1-0/+12
2010-10-01Add infrastructure for standardizing arguments for commands andCaroline Tice1-6/+37
2010-09-18Fixed the way set/show variables were being accessed to being natively Greg Clayton1-17/+26
2010-09-09Make all debugger-level user settable variables into instance variables.Caroline Tice1-1/+2
2010-09-08Clean up, clarify and standardize help text, and fix a few help text formatti...Caroline Tice1-1/+1
2010-09-07Small help text fixes, to make it more consistent and accurate.Caroline Tice1-1/+1
2010-09-04This is a very large commit that completely re-does the way lldbCaroline Tice1-4/+4
2010-07-09Merged Eli Friedman's linux build changes where he added Makefile files thatGreg Clayton1-3/+4
2010-07-06Hide the logic for command resolution for commands, aliases & user commands b...Jim Ingham1-7/+12
2010-06-30Add a source file completer to the CommandCompleters.Jim Ingham1-2/+5
2010-06-23Very large changes that were needed in order to allow multiple connectionsGreg Clayton1-133/+29
2010-06-15Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong.Jim Ingham1-1/+1
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner1-0/+266