| Commit message (Expand) | Author | Age | Files | Lines |
| * | [lldb/CommandInterpreter] Remove flag that's always true (NFC) | Jonas Devlieghere | 2020-01-14 | 1 | -5/+2 |
| * | [lldb/ScriptInterpreter] Remove can_reload which is always true (NFC) | Jonas Devlieghere | 2019-12-22 | 1 | -7/+2 |
| * | [lldb/ScriptInterpreter] Unify error message for command script import | Jonas Devlieghere | 2019-12-22 | 1 | -7/+0 |
| * | [lldb][NFC] Remove unnecessary includes in source/Commands | Raphael Isemann | 2019-12-16 | 1 | -1/+0 |
| * | Run clang-format on lldb/source/Commands (NFC) | Adrian Prantl | 2019-10-30 | 1 | -14/+15 |
| * | remove File::SetStream(), make new files instead. | Lawrence D'Anna | 2019-09-27 | 1 | -3/+3 |
| * | [lldb][NFC] Remove ArgEntry::ref member | Raphael Isemann | 2019-09-13 | 1 | -11/+11 |
| * | [lldb] Test 'command' commands and fix the found crashes | Raphael Isemann | 2019-09-03 | 1 | -0/+13 |
| * | [lldb][NFC] Remove dead code that is supposed to handle invalid command options | Raphael Isemann | 2019-08-22 | 1 | -18/+6 |
| * | [lldb][NFC] Remove WordComplete mode, make result array indexed from 0 and re... | Raphael Isemann | 2019-08-22 | 1 | -8/+6 |
| * | [lldb][NFC] Allow for-ranges on StringList | Raphael Isemann | 2019-08-16 | 1 | -4/+2 |
| * | [LLDB] Migrate llvm::make_unique to std::make_unique | Jonas Devlieghere | 2019-08-14 | 1 | -1/+1 |
| * | [CommandObject] Remove unused function | Jonas Devlieghere | 2019-08-07 | 1 | -2/+0 |
| * | Format OptionEnumValueElement (NFC) | Jonas Devlieghere | 2019-08-02 | 1 | -6/+16 |
| * | [lldb] Also include the array definition in CommandOptions.inc | Raphael Isemann | 2019-07-28 | 1 | -13/+0 |
| * | [lldb][NFC] Tablegenify alias/regex/history/source/script | Raphael Isemann | 2019-07-18 | 1 | -28/+12 |
| * | Propagate command interpreter errors from lldlbinit | Jonas Devlieghere | 2019-05-08 | 1 | -0/+1 |
| * | [CommandObjectCommands] Honor stop-command-source-on-error | Jonas Devlieghere | 2019-05-02 | 1 | -2/+7 |
| * | [CommandObject] Use GetDebugger() helper method (NFC) | Jonas Devlieghere | 2019-04-27 | 1 | -10/+5 |
| * | [ScriptInterpreter] Move ownership into debugger (NFC) | Jonas Devlieghere | 2019-04-26 | 1 | -10/+9 |
| * | [NFC] Remove ASCII lines from comments | Jonas Devlieghere | 2019-04-10 | 1 | -26/+0 |
| * | Quiet command regex instructions during batch execution | Dave Lee | 2019-03-10 | 1 | -5/+5 |
| * | [Reproducers] Capture and replay interpreter commands. | Jonas Devlieghere | 2019-03-02 | 1 | -1/+1 |
| * | Replace 'ap' with 'up' suffix in variable names. (NFC) | Jonas Devlieghere | 2019-02-13 | 1 | -12/+12 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | Remove header grouping comments. | Jonas Devlieghere | 2018-11-11 | 1 | -4/+0 |
| * | [FileSystem] Move path resolution logic out of FileSpec | Jonas Devlieghere | 2018-11-01 | 1 | -1/+2 |
| * | Add EchoCommentCommands to CommandInterpreterRunOptions in addition to the ex... | Stefan Granitz | 2018-10-05 | 1 | -2/+9 |
| * | Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll... | Tatyana Krasnukha | 2018-09-26 | 1 | -31/+33 |
| * | Narrow the CompletionRequest API to being append-only. | Raphael Isemann | 2018-07-27 | 1 | -2/+2 |
| * | Replaced more boilerplate code with CompletionRequest (NFC) | Raphael Isemann | 2018-07-13 | 1 | -17/+2 |
| * | Get rid of the C-string parameter in DoExecute | Raphael Isemann | 2018-07-12 | 1 | -4/+4 |
| * | Refactor parsing of option lists with a raw string suffix. | Raphael Isemann | 2018-07-10 | 1 | -35/+6 |
| * | Refactoring for for the internal command line completion API (NFC) | Raphael Isemann | 2018-07-02 | 1 | -22/+23 |
| * | Reflow paragraphs in comments. | Adrian Prantl | 2018-04-30 | 1 | -16/+13 |
| * | Move Args.cpp from Interpreter to Utility | Pavel Labath | 2018-04-17 | 1 | -1/+1 |
| * | Move Args::StringTo*** functions to a new OptionArgParser class | Pavel Labath | 2018-04-10 | 1 | -1/+2 |
| * | Rename Error -> Status. | Zachary Turner | 2017-05-12 | 1 | -27/+27 |
| * | Fix !N and !-N commands and add a test case. | Jim Ingham | 2017-04-19 | 1 | -1/+5 |
| * | Delete some more dead includes. | Zachary Turner | 2017-03-22 | 1 | -0/+1 |
| * | Move StringList from Core -> Utility. | Zachary Turner | 2017-03-21 | 1 | -1/+1 |
| * | Fix some occurrences of passing StringRef to Printf. | Zachary Turner | 2016-12-09 | 1 | -7/+8 |
| * | Convert CommandObjectCommands to entry-based Args access. | Zachary Turner | 2016-12-08 | 1 | -168/+154 |
| * | [lldb] Fix typos in file headers | Alexander Shaposhnikov | 2016-11-26 | 1 | -1/+1 |
| * | Re-add "demonstrate new Args API" | Zachary Turner | 2016-11-22 | 1 | -3/+3 |
| * | Fix build failure on Linux and BSD by reverting r287597 | Omair Javaid | 2016-11-22 | 1 | -3/+3 |
| * | Add the new Args / entry-access API. | Zachary Turner | 2016-11-21 | 1 | -3/+3 |
| * | Update GenerateAdditionalHelpAvenues to take StringRef. | Zachary Turner | 2016-11-16 | 1 | -1/+1 |
| * | Don't allow direct access to StreamString's internal buffer. | Zachary Turner | 2016-11-16 | 1 | -7/+5 |
| * | Make CommandObject help getters/setters use StringRef. | Zachary Turner | 2016-11-12 | 1 | -34/+39 |