summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectCommands.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-131-12/+12
* 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
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-011-1/+2
* Add EchoCommentCommands to CommandInterpreterRunOptions in addition to the ex...Stefan Granitz2018-10-051-2/+9
* Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll...Tatyana Krasnukha2018-09-261-31/+33
* Narrow the CompletionRequest API to being append-only.Raphael Isemann2018-07-271-2/+2
* Replaced more boilerplate code with CompletionRequest (NFC)Raphael Isemann2018-07-131-17/+2
* Get rid of the C-string parameter in DoExecuteRaphael Isemann2018-07-121-4/+4
* Refactor parsing of option lists with a raw string suffix.Raphael Isemann2018-07-101-35/+6
* Refactoring for for the internal command line completion API (NFC)Raphael Isemann2018-07-021-22/+23
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-16/+13
* Move Args.cpp from Interpreter to UtilityPavel Labath2018-04-171-1/+1
* Move Args::StringTo*** functions to a new OptionArgParser classPavel Labath2018-04-101-1/+2
* Rename Error -> Status.Zachary Turner2017-05-121-27/+27
* Fix !N and !-N commands and add a test case.Jim Ingham2017-04-191-1/+5
* Delete some more dead includes.Zachary Turner2017-03-221-0/+1
* Move StringList from Core -> Utility.Zachary Turner2017-03-211-1/+1
* Fix some occurrences of passing StringRef to Printf.Zachary Turner2016-12-091-7/+8
* Convert CommandObjectCommands to entry-based Args access.Zachary Turner2016-12-081-168/+154
* [lldb] Fix typos in file headersAlexander Shaposhnikov2016-11-261-1/+1
* Re-add "demonstrate new Args API"Zachary Turner2016-11-221-3/+3
* Fix build failure on Linux and BSD by reverting r287597Omair Javaid2016-11-221-3/+3
* Add the new Args / entry-access API.Zachary Turner2016-11-211-3/+3
* Update GenerateAdditionalHelpAvenues to take StringRef.Zachary Turner2016-11-161-1/+1
* Don't allow direct access to StreamString's internal buffer.Zachary Turner2016-11-161-7/+5
* Make CommandObject help getters/setters use StringRef.Zachary Turner2016-11-121-34/+39
* Make Options::SetOptionValue take a StringRef.Zachary Turner2016-11-121-28/+22
* Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons2016-11-021-7/+7
* Convert some Args index-based iteration to range-style iteration.Zachary Turner2016-10-051-3/+2
* Convert some more aliasing and CI functions to StringRef.Zachary Turner2016-10-051-13/+12
* Convert CommandObject constructors to StringRef.Zachary Turner2016-10-051-9/+8
* Convert various CommandInterpreter functions to StringRef.Zachary Turner2016-10-051-126/+124
* Update the prompt related functions to use StringRefs.Zachary Turner2016-09-231-3/+3
* Update OptionGroup::SetValue to take StringRef.Zachary Turner2016-09-231-11/+19
* Try to fix build errors on Android.Zachary Turner2016-09-221-6/+6
* Convert option tables to ArrayRefs.Zachary Turner2016-09-221-100/+76
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-1951/+1631
* Tables of command options in LLDB benefit from hand-formatting to make itKate Stone2016-08-261-22/+34
* Decoupled Options from CommandInterpreter.Todd Fiala2016-08-111-37/+43
* LLDB help content has accumulated over time without a recent attempt toKate Stone2016-07-141-41/+31
* Cleanups to command alias to refer to itself as 'command alias' and not allow...Enrico Granata2016-04-081-5/+17
* Add --help and --long-help options to 'command alias' such that one can now s...Enrico Granata2016-03-311-7/+155
* Make it so that a command alias can actually remove the help/long help from i...Enrico Granata2016-03-221-3/+3
* A few more improvements on the way to the command alias refactoringEnrico Granata2016-03-081-37/+34
* Move ProcessAliasOptionsArgs to be a static on CommandAlias; it wasn't using ...Enrico Granata2016-03-081-5/+3
* Change the way command aliases are stored. Go from a model where a map holds ...Enrico Granata2016-03-081-19/+3
* When 'help' cannot find a command, produce additional help text that also poi...Enrico Granata2016-02-291-2/+11
* Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in so...Eugene Zelenko2016-02-221-263/+192
* commands: Use override instead of virtual.Bruce Mitchener2015-10-071-89/+82
OpenPOWER on IntegriCloud