summaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectCommands.cpp
AgeCommit message (Expand)Author
2020-09-01[lldb] Move ScriptCommand and RegexCommand under Commands (NFC)Jonas Devlieghere
2020-08-11[lldb] tab completion for 'command delete/unalias'Gongyu Deng
2020-07-27[lldb][NFC] Use a StringRef for AddRegexCommand::AddRegexCommand parametersRaphael Isemann
2020-07-23[lldb/interpreter] Move the history subcommand to session (NFCI)Med Ismail Bennani
2020-06-15[lldb] Remove redundant access specifiers (NFC)Jonas Devlieghere
2020-06-04[lldb][NFC] Address some review feedback for D80775 ('command script delete' ...Raphael Isemann
2020-06-04[lldb] tab completion for `command script delete'Gongyu Deng
2020-03-26Convert CommandObjectCommands functions to return StringRefsShivam Mittal
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2020-01-15[lldb/Debugger] Rename IO handler methods to be more meaningful (NFC)Jonas Devlieghere
2020-01-14[lldb/CommandInterpreter] Remove flag that's always true (NFC)Jonas Devlieghere
2019-12-22[lldb/ScriptInterpreter] Remove can_reload which is always true (NFC)Jonas Devlieghere
2019-12-22[lldb/ScriptInterpreter] Unify error message for command script importJonas Devlieghere
2019-12-16[lldb][NFC] Remove unnecessary includes in source/CommandsRaphael Isemann
2019-10-30Run clang-format on lldb/source/Commands (NFC)Adrian Prantl
2019-09-27remove File::SetStream(), make new files instead.Lawrence D'Anna
2019-09-13[lldb][NFC] Remove ArgEntry::ref memberRaphael Isemann
2019-09-03[lldb] Test 'command' commands and fix the found crashesRaphael Isemann
2019-08-22[lldb][NFC] Remove dead code that is supposed to handle invalid command optionsRaphael Isemann
2019-08-22[lldb][NFC] Remove WordComplete mode, make result array indexed from 0 and re...Raphael Isemann
2019-08-16[lldb][NFC] Allow for-ranges on StringListRaphael Isemann
2019-08-14[LLDB] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere
2019-08-07[CommandObject] Remove unused functionJonas Devlieghere
2019-08-02Format OptionEnumValueElement (NFC)Jonas Devlieghere
2019-07-28[lldb] Also include the array definition in CommandOptions.incRaphael Isemann
2019-07-18[lldb][NFC] Tablegenify alias/regex/history/source/scriptRaphael Isemann
2019-05-08Propagate command interpreter errors from lldlbinitJonas Devlieghere
2019-05-02[CommandObjectCommands] Honor stop-command-source-on-errorJonas Devlieghere
2019-04-27[CommandObject] Use GetDebugger() helper method (NFC)Jonas Devlieghere
2019-04-26[ScriptInterpreter] Move ownership into debugger (NFC)Jonas Devlieghere
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-03-10Quiet command regex instructions during batch executionDave Lee
2019-03-02[Reproducers] Capture and replay interpreter commands.Jonas Devlieghere
2019-02-13Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-11Remove header grouping comments.Jonas Devlieghere
2018-11-01[FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere
2018-10-05Add EchoCommentCommands to CommandInterpreterRunOptions in addition to the ex...Stefan Granitz
2018-09-26Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll...Tatyana Krasnukha
2018-07-27Narrow the CompletionRequest API to being append-only.Raphael Isemann
2018-07-13Replaced more boilerplate code with CompletionRequest (NFC)Raphael Isemann
2018-07-12Get rid of the C-string parameter in DoExecuteRaphael Isemann
2018-07-10Refactor parsing of option lists with a raw string suffix.Raphael Isemann
2018-07-02Refactoring for for the internal command line completion API (NFC)Raphael Isemann
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2018-04-17Move Args.cpp from Interpreter to UtilityPavel Labath
2018-04-10Move Args::StringTo*** functions to a new OptionArgParser classPavel Labath
2017-05-12Rename Error -> Status.Zachary Turner
2017-04-19Fix !N and !-N commands and add a test case.Jim Ingham