summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectCommands.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb][NFC] Remove dead code that is supposed to handle invalid command optionsRaphael Isemann2019-08-221-18/+6
* [lldb][NFC] Remove WordComplete mode, make result array indexed from 0 and re...Raphael Isemann2019-08-221-8/+6
* [lldb][NFC] Allow for-ranges on StringListRaphael Isemann2019-08-161-4/+2
* [LLDB] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-1/+1
* [CommandObject] Remove unused functionJonas Devlieghere2019-08-071-2/+0
* Format OptionEnumValueElement (NFC)Jonas Devlieghere2019-08-021-6/+16
* [lldb] Also include the array definition in CommandOptions.incRaphael Isemann2019-07-281-13/+0
* [lldb][NFC] Tablegenify alias/regex/history/source/scriptRaphael Isemann2019-07-181-28/+12
* Propagate command interpreter errors from lldlbinitJonas Devlieghere2019-05-081-0/+1
* [CommandObjectCommands] Honor stop-command-source-on-errorJonas Devlieghere2019-05-021-2/+7
* [CommandObject] Use GetDebugger() helper method (NFC)Jonas Devlieghere2019-04-271-10/+5
* [ScriptInterpreter] Move ownership into debugger (NFC)Jonas Devlieghere2019-04-261-10/+9
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-26/+0
* Quiet command regex instructions during batch executionDave Lee2019-03-101-5/+5
* [Reproducers] Capture and replay interpreter commands.Jonas Devlieghere2019-03-021-1/+1
* 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
OpenPOWER on IntegriCloud