summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectHelp.h
Commit message (Expand)AuthorAgeFilesLines
* [lldb][NFC] Remove dead code that is supposed to handle invalid command optionsRaphael Isemann2019-08-221-3/+1
* [lldb][NFC] Remove WordComplete mode, make result array indexed from 0 and re...Raphael Isemann2019-08-221-1/+1
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-2/+0
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-131-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* Refactoring for for the internal command line completion API (NFC)Raphael Isemann2018-07-021-4/+1
* Rename Error -> Status.Zachary Turner2017-05-121-3/+3
* Delete some more dead includes.Zachary Turner2017-03-221-0/+1
* Update GenerateAdditionalHelpAvenues to take StringRef.Zachary Turner2016-11-161-2/+2
* Make Options::SetOptionValue take a StringRef.Zachary Turner2016-11-121-1/+1
* Convert option tables to ArrayRefs.Zachary Turner2016-09-221-5/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-95/+67
* Decoupled Options from CommandInterpreter.Todd Fiala2016-08-111-4/+5
* When 'help' cannot find a command, produce additional help text that also poi...Enrico Granata2016-02-291-0/+8
* Fix Clang-tidy misc-use-override warnings in source/Commands headers, unify c...Pavel Labath2015-09-021-23/+20
* Three related changes to help:Kate Stone2015-01-151-3/+8
* <rdar://problem/11914077>Enrico Granata2013-06-121-1/+1
* <rdar://problem/12798131> Greg Clayton2012-12-041-1/+1
* Make raw & parsed commands subclasses of CommandObject rather than having the...Jim Ingham2012-06-081-7/+9
* Cleaned up many error codes. For any who is filling in error strings intoGreg Clayton2011-10-261-1/+1
* Adding two new options to the 'help' command:Enrico Granata2011-09-091-0/+66
* Fixed the way set/show variables were being accessed to being natively Greg Clayton2010-09-181-5/+3
* Add a source file completer to the CommandCompleters.Jim Ingham2010-06-301-0/+1
* Very large changes that were needed in order to allow multiple connectionsGreg Clayton2010-06-231-11/+4
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+59
OpenPOWER on IntegriCloud