| Commit message (Expand) | Author | Age | Files | Lines |
| * | Run clang-format on lldb/source/Commands (NFC) | Adrian Prantl | 2019-10-30 | 1 | -16/+15 |
| * | uint32_t options -> File::OpenOptions options | Lawrence D'Anna | 2019-10-14 | 1 | -4/+3 |
| * | [lldb] Make cursor index in CompletionRequest unsigned | Raphael Isemann | 2019-09-23 | 1 | -3/+2 |
| * | [lldb][NFC] Remove ArgEntry::ref member | Raphael Isemann | 2019-09-13 | 1 | -2/+2 |
| * | [lldb][NFC] Remove Args::StripSpaces | Raphael Isemann | 2019-09-06 | 1 | -33/+20 |
| * | [lldb][NFC] NFC cleanup for the completion code | Raphael Isemann | 2019-08-22 | 1 | -17/+18 |
| * | [lldb][NFC] Remove dead code that is supposed to handle invalid command options | Raphael Isemann | 2019-08-22 | 1 | -9/+3 |
| * | [lldb][NFC] Remove WordComplete mode, make result array indexed from 0 and re... | Raphael Isemann | 2019-08-22 | 1 | -41/+27 |
| * | [lldb] Add tests for 'settings remove' and fix error message typos | Raphael Isemann | 2019-08-21 | 1 | -3/+3 |
| * | [lldb] Add tests for setting completions and enable 'settings remove' completion | Raphael Isemann | 2019-08-21 | 1 | -0/+2 |
| * | [lldb] Also include the array definition in CommandOptions.inc | Raphael Isemann | 2019-07-28 | 1 | -9/+0 |
| * | [lldb] Rename Options.inc to CommandOptions.inc [NFC] | Raphael Isemann | 2019-07-16 | 1 | -3/+3 |
| * | [lldb] Let table gen create command option initializers. | Raphael Isemann | 2019-07-12 | 1 | -11/+6 |
| * | Propagate command interpreter errors from lldlbinit | Jonas Devlieghere | 2019-05-08 | 1 | -0/+1 |
| * | [CommandObject] Use GetDebugger() helper method (NFC) | Jonas Devlieghere | 2019-04-27 | 1 | -23/+22 |
| * | [NFC] Remove ASCII lines from comments | Jonas Devlieghere | 2019-04-10 | 1 | -24/+0 |
| * | 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 | -2/+5 |
| * | Add functionality to export settings | Jonas Devlieghere | 2018-10-26 | 1 | -0/+205 |
| * | [Settings] Add -force flag to "settings set" | Jonas Devlieghere | 2018-10-24 | 1 | -3/+23 |
| * | Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll... | Tatyana Krasnukha | 2018-09-26 | 1 | -2/+2 |
| * | Narrow the CompletionRequest API to being append-only. | Raphael Isemann | 2018-07-27 | 1 | -9/+9 |
| * | Replaced more boilerplate code with CompletionRequest (NFC) | Raphael Isemann | 2018-07-13 | 1 | -87/+10 |
| * | Get rid of the C-string parameter in DoExecute | Raphael Isemann | 2018-07-12 | 1 | -6/+12 |
| * | Refactoring for for the internal command line completion API (NFC) | Raphael Isemann | 2018-07-02 | 1 | -113/+126 |
| * | Reflow paragraphs in comments. | Adrian Prantl | 2018-04-30 | 1 | -6/+4 |
| * | Move option parsing out of the Args class | Pavel Labath | 2018-03-09 | 1 | -1/+1 |
| * | Rename Error -> Status. | Zachary Turner | 2017-05-12 | 1 | -12/+12 |
| * | Delete some more dead includes. | Zachary Turner | 2017-03-22 | 1 | -0/+1 |
| * | Re-add "demonstrate new Args API" | Zachary Turner | 2016-11-22 | 1 | -7/+2 |
| * | Fix build failure on Linux and BSD by reverting r287597 | Omair Javaid | 2016-11-22 | 1 | -2/+7 |
| * | Add the new Args / entry-access API. | Zachary Turner | 2016-11-21 | 1 | -7/+2 |
| * | Rewrite all Property related functions in terms of StringRef. | Zachary Turner | 2016-11-17 | 1 | -1/+1 |
| * | Make Options::SetOptionValue take a StringRef. | Zachary Turner | 2016-11-12 | 1 | -1/+1 |
| * | Convert some Args index-based iteration to range-style iteration. | Zachary Turner | 2016-10-05 | 1 | -1/+5 |
| * | Convert CommandObject constructors to StringRef. | Zachary Turner | 2016-10-05 | 1 | -12/+6 |
| * | Try to fix build errors on Android. | Zachary Turner | 2016-09-22 | 1 | -1/+1 |
| * | Convert option tables to ArrayRefs. | Zachary Turner | 2016-09-22 | 1 | -12/+9 |
| * | *** This commit represents a complete reformatting of the LLDB source code | Kate Stone | 2016-09-06 | 1 | -1010/+892 |
| * | Tables of command options in LLDB benefit from hand-formatting to make it | Kate Stone | 2016-08-26 | 1 | -2/+4 |
| * | Decoupled Options from CommandInterpreter. | Todd Fiala | 2016-08-11 | 1 | -16/+16 |
| * | LLDB help content has accumulated over time without a recent attempt to | Kate Stone | 2016-07-14 | 1 | -52/+36 |
| * | Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in so... | Eugene Zelenko | 2016-02-24 | 1 | -148/+142 |
| * | commands: Use override instead of virtual. | Bruce Mitchener | 2015-10-07 | 1 | -72/+62 |
| * | Fixed line wrapping for the "long help" content in LLDB commands. Content is... | Kate Stone | 2015-07-14 | 1 | -18/+19 |
| * | Don't #include "lldb-python.h" from anywhere. | Zachary Turner | 2015-05-29 | 1 | -2/+0 |
| * | Further reduce header footprint of Debugger.h. | Zachary Turner | 2015-03-04 | 1 | -0/+1 |
| * | Handle trailing spaces on "settings set" command more correctly | Pavel Labath | 2015-02-16 | 1 | -1/+1 |
| * | Revert "Fix broken tests due to new error output." | Zachary Turner | 2014-07-09 | 1 | -2/+2 |