summaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectHelp.cpp
AgeCommit message (Expand)Author
2014-07-09Revert "Fix broken tests due to new error output."Zachary Turner
2014-07-08Fix broken tests due to new error output.Todd Fiala
2014-07-03Adds the notion of an OptionValidator.Zachary Turner
2013-09-05Add OptionParser.hVirgile Bello
2013-06-19Sort out a number of mismatched integer types in order to cut down the number...Andy Gibbs
2013-06-12<rdar://problem/11914077>Enrico Granata
2013-01-25<rdar://problem/13069948>Greg Clayton
2012-12-12Minor grammar and style fixes in documentation.Sean Callanan
2012-12-05Fix Linux build warnings due to redefinition of macros:Daniel Malea
2012-10-13<rdar://problem/12491387>Greg Clayton
2012-06-08Make raw & parsed commands subclasses of CommandObject rather than having the...Jim Ingham
2012-05-02If a command takes options and arguments, the help text should warn the user ...Jim Ingham
2012-01-27Emit the message about putting ' -- ' between the end of command options and ...Johnny Chen
2011-10-28Add an example customization directory which uses a binutils.py module to pro...Johnny Chen
2011-10-26When completing "help foo bar" if "foo" is not a real command, don't ask its ...Jim Ingham
2011-09-09Adding two new options to the 'help' command:Enrico Granata
2011-08-16Changes to Python commands:Enrico Granata
2011-04-07Modified the ArchSpec to take an optional "Platform *" when setting the triple.Greg Clayton
2010-12-07- Fix alias-building & resolving to properly handle optional arguments for co...Caroline Tice
2010-12-01GetCommandObject returns no matches in the match array when there is only one...Jim Ingham
2010-11-30Fix completion for multi-word commands in the "help" command.Jim Ingham
2010-10-28Add alias information, including aliased command options & Caroline Tice
2010-10-08o TestStdCXXDisassembly.py:Johnny Chen
2010-10-04Modify existing commands with arguments to use the new argument mechanismCaroline Tice
2010-10-01Add infrastructure for standardizing arguments for commands andCaroline Tice
2010-09-18Fixed the way set/show variables were being accessed to being natively Greg Clayton
2010-09-09Make all debugger-level user settable variables into instance variables.Caroline Tice
2010-09-08Clean up, clarify and standardize help text, and fix a few help text formatti...Caroline Tice
2010-09-07Small help text fixes, to make it more consistent and accurate.Caroline Tice
2010-09-04This is a very large commit that completely re-does the way lldbCaroline Tice
2010-07-09Merged Eli Friedman's linux build changes where he added Makefile files thatGreg Clayton
2010-07-06Hide the logic for command resolution for commands, aliases & user commands b...Jim Ingham
2010-06-30Add a source file completer to the CommandCompleters.Jim Ingham
2010-06-23Very large changes that were needed in order to allow multiple connectionsGreg Clayton
2010-06-15Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong.Jim Ingham
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner