| Commit message (Expand) | Author | Age | Files | Lines |
| * | [lldb][NFC] Remove unnecessary includes in source/Commands | Raphael Isemann | 2019-12-16 | 1 | -2/+0 |
| * | Run clang-format on lldb/source/Commands (NFC) | Adrian Prantl | 2019-10-30 | 1 | -6/+8 |
| * | [lldb] Reduce some dangerous boilerplate with CompletionRequest::ShiftArguments | Raphael Isemann | 2019-09-23 | 1 | -2/+1 |
| * | [lldb][NFC] Remove ArgEntry::ref member | Raphael Isemann | 2019-09-13 | 1 | -3/+3 |
| * | [lldb][NFC] NFC cleanup for the completion code | Raphael Isemann | 2019-08-22 | 1 | -13/+13 |
| * | [lldb][NFC] Remove WordComplete mode, make result array indexed from 0 and re... | Raphael Isemann | 2019-08-22 | 1 | -4/+4 |
| * | [lldb] Also include the array definition in CommandOptions.inc | Raphael Isemann | 2019-07-28 | 1 | -2/+0 |
| * | [lldb] Rename Options.inc to CommandOptions.inc [NFC] | Raphael Isemann | 2019-07-16 | 1 | -1/+1 |
| * | [lldb] Let table gen create command option initializers. | Raphael Isemann | 2019-07-12 | 1 | -5/+2 |
| * | [NFC] Remove ASCII lines from comments | Jonas Devlieghere | 2019-04-10 | 1 | -2/+0 |
| * | Replace 'ap' with 'up' suffix in variable names. (NFC) | Jonas Devlieghere | 2019-02-13 | 1 | -3/+4 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | "help finish" tells you it is an alias. "help fin" doesn't. | Jim Ingham | 2018-12-21 | 1 | -3/+6 |
| * | Remove header grouping comments. | Jonas Devlieghere | 2018-11-11 | 1 | -4/+0 |
| * | Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll... | Tatyana Krasnukha | 2018-09-26 | 1 | -4/+4 |
| * | Refactoring for for the internal command line completion API (NFC) | Raphael Isemann | 2018-07-02 | 1 | -19/+9 |
| * | Reflow paragraphs in comments. | Adrian Prantl | 2018-04-30 | 1 | -6/+5 |
| * | Modernize the Args access pattern in a few more commands. | Zachary Turner | 2016-12-09 | 1 | -14/+10 |
| * | Update GenerateAdditionalHelpAvenues to take StringRef. | Zachary Turner | 2016-11-16 | 1 | -15/+20 |
| * | Don't allow direct access to StreamString's internal buffer. | Zachary Turner | 2016-11-16 | 1 | -3/+3 |
| * | Convert some Args index-based iteration to range-style iteration. | Zachary Turner | 2016-10-05 | 1 | -8/+7 |
| * | Update some command aliasing functions to use StringRef. | Zachary Turner | 2016-10-05 | 1 | -1/+1 |
| * | Convert CommandObject constructors to StringRef. | Zachary Turner | 2016-10-05 | 1 | -1/+1 |
| * | 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 | -2/+6 |
| * | *** This commit represents a complete reformatting of the LLDB source code | Kate Stone | 2016-09-06 | 1 | -227/+189 |
| * | Tables of command options in LLDB benefit from hand-formatting to make it | Kate Stone | 2016-08-26 | 1 | -4/+6 |
| * | Decoupled Options from CommandInterpreter. | Todd Fiala | 2016-08-11 | 1 | -1/+1 |
| * | LLDB help content has accumulated over time without a recent attempt to | Kate Stone | 2016-07-14 | 1 | -5/+5 |
| * | Added command prefix to new help messages to ensure that they're correctly wo... | Kate Stone | 2016-04-21 | 1 | -11/+5 |
| * | Lots of progress on the CommandAlias refactoring | Enrico Granata | 2016-03-14 | 1 | -0/+2 |
| * | Last round of preliminary cleanup in my refactoring of aliases. | Enrico Granata | 2016-03-09 | 1 | -1/+1 |
| * | Move CommandAlias to its own file; also | Enrico Granata | 2016-03-08 | 1 | -1/+1 |
| * | A few more improvements on the way to the command alias refactoring | Enrico Granata | 2016-03-08 | 1 | -1/+1 |
| * | When 'help' cannot find a command, produce additional help text that also poi... | Enrico Granata | 2016-02-29 | 1 | -15/+47 |
| * | Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in so... | Eugene Zelenko | 2016-02-20 | 1 | -22/+16 |
| * | Don't #include "lldb-python.h" from anywhere. | Zachary Turner | 2015-05-29 | 1 | -2/+0 |
| * | Fix build after r226068: cannot initialize 'int' with 'nullptr_t' | Ed Maste | 2015-01-15 | 1 | -1/+1 |
| * | Three related changes to help: | Kate Stone | 2015-01-15 | 1 | -7/+13 |
| * | Revert "Fix broken tests due to new error output." | Zachary Turner | 2014-07-09 | 1 | -3/+3 |
| * | Fix broken tests due to new error output. | Todd Fiala | 2014-07-08 | 1 | -3/+3 |
| * | Adds the notion of an OptionValidator. | Zachary Turner | 2014-07-03 | 1 | -3/+3 |
| * | Add OptionParser.h | Virgile Bello | 2013-09-05 | 1 | -2/+2 |
| * | Sort out a number of mismatched integer types in order to cut down the number... | Andy Gibbs | 2013-06-19 | 1 | -1/+1 |
| * | <rdar://problem/11914077> | Enrico Granata | 2013-06-12 | 1 | -76/+16 |
| * | <rdar://problem/13069948> | Greg Clayton | 2013-01-25 | 1 | -3/+3 |
| * | Minor grammar and style fixes in documentation. | Sean Callanan | 2012-12-12 | 1 | -2/+3 |
| * | Fix Linux build warnings due to redefinition of macros: | Daniel Malea | 2012-12-05 | 1 | -0/+2 |
| * | <rdar://problem/12491387> | Greg Clayton | 2012-10-13 | 1 | -3/+2 |
| * | Make raw & parsed commands subclasses of CommandObject rather than having the... | Jim Ingham | 2012-06-08 | 1 | -5/+5 |