| Commit message (Expand) | Author | Age | Files | Lines |
| * | [LLDB] Fix compilation with GCC 5 | Martin Storsjö | 2020-02-06 | 1 | -1/+2 |
| * | [lldb][NFC] Remove ArgEntry::ref member | Raphael Isemann | 2019-09-13 | 1 | -2/+2 |
| * | [lldb][NFC] Remove WordComplete mode, make result array indexed from 0 and re... | Raphael Isemann | 2019-08-22 | 1 | -7/+5 |
| * | Options: Reduce code duplication | Pavel Labath | 2019-07-10 | 1 | -0/+2 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [NFC] Replace `compare` with (in)equality operator where applicable. | Jonas Devlieghere | 2018-12-21 | 1 | -2/+1 |
| * | Refactoring for for the internal command line completion API (NFC) | Raphael Isemann | 2018-07-02 | 1 | -13/+4 |
| * | Reflow paragraphs in comments. | Adrian Prantl | 2018-04-30 | 1 | -4/+3 |
| * | Move option parsing out of the Args class | Pavel Labath | 2018-03-09 | 1 | -6/+11 |
| * | Move classes from Core -> Utility. | Zachary Turner | 2017-02-02 | 1 | -1/+1 |
| * | Don't allow direct access to StreamString's internal buffer. | Zachary Turner | 2016-11-16 | 1 | -1/+1 |
| * | Fix some more Printf warnings. | Zachary Turner | 2016-11-15 | 1 | -2/+3 |
| * | Fix some more StringRef printf warnings. | Zachary Turner | 2016-11-15 | 1 | -1/+1 |
| * | Make CommandObject help getters/setters use StringRef. | Zachary Turner | 2016-11-12 | 1 | -8/+8 |
| * | Convert some Args index-based iteration to range-style iteration. | Zachary Turner | 2016-10-05 | 1 | -5/+4 |
| * | 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 | -13/+13 |
| * | Modernize some code related to Args usage / implementation. | Zachary Turner | 2016-10-03 | 1 | -35/+42 |
| * | Convert 3 more functions to use a StringRef. | Zachary Turner | 2016-09-19 | 1 | -1/+1 |
| * | *** This commit represents a complete reformatting of the LLDB source code | Kate Stone | 2016-09-06 | 1 | -264/+199 |
| * | Decoupled Options from CommandInterpreter. | Todd Fiala | 2016-08-11 | 1 | -1/+4 |
| * | Fix an issue with nested aliases where the help system wouldn't correctly tra... | Enrico Granata | 2016-03-25 | 1 | -0/+11 |
| * | Make it so that a command alias can actually remove the help/long help from i... | Enrico Granata | 2016-03-22 | 1 | -3/+19 |
| * | Fix a bug caused by my alias refactoring where, if an alias was defined in te... | Enrico Granata | 2016-03-22 | 1 | -0/+19 |
| * | Improve the way we decide whether an alias is a dashdash alias | Enrico Granata | 2016-03-15 | 1 | -1/+2 |
| * | Lots of progress on the CommandAlias refactoring | Enrico Granata | 2016-03-14 | 1 | -1/+110 |
| * | More of the alias refactoring work! CommandAlias is now a CommandObject | Enrico Granata | 2016-03-14 | 1 | -12/+40 |
| * | Last round of preliminary cleanup in my refactoring of aliases. | Enrico Granata | 2016-03-09 | 1 | -0/+112 |
| * | Move CommandAlias to its own file; also | Enrico Granata | 2016-03-08 | 1 | -0/+11 |