summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectHelp.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Small help text fixes, to make it more consistent and accurate.Caroline Tice2010-09-071-1/+1
* This is a very large commit that completely re-does the way lldbCaroline Tice2010-09-041-4/+4
* Merged Eli Friedman's linux build changes where he added Makefile files thatGreg Clayton2010-07-091-3/+4
* Hide the logic for command resolution for commands, aliases & user commands b...Jim Ingham2010-07-061-7/+12
* Add a source file completer to the CommandCompleters.Jim Ingham2010-06-301-2/+5
* Very large changes that were needed in order to allow multiple connectionsGreg Clayton2010-06-231-133/+29
* Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong.Jim Ingham2010-06-151-1/+1
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+266
OpenPOWER on IntegriCloud