| Commit message (Expand) | Author | Age | Files | Lines |
| * | [lldb][NFC] Remove dead code that is supposed to handle invalid command options | Raphael Isemann | 2019-08-22 | 1 | -3/+1 |
| * | [lldb][NFC] Remove WordComplete mode, make result array indexed from 0 and re... | Raphael Isemann | 2019-08-22 | 1 | -1/+1 |
| * | [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 | -1/+1 |
| * | 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 |
| * | Refactoring for for the internal command line completion API (NFC) | Raphael Isemann | 2018-07-02 | 1 | -4/+1 |
| * | Rename Error -> Status. | Zachary Turner | 2017-05-12 | 1 | -3/+3 |
| * | Delete some more dead includes. | Zachary Turner | 2017-03-22 | 1 | -0/+1 |
| * | Update GenerateAdditionalHelpAvenues to take StringRef. | Zachary Turner | 2016-11-16 | 1 | -2/+2 |
| * | Make Options::SetOptionValue take a StringRef. | Zachary Turner | 2016-11-12 | 1 | -1/+1 |
| * | Convert option tables to ArrayRefs. | Zachary Turner | 2016-09-22 | 1 | -5/+1 |
| * | *** This commit represents a complete reformatting of the LLDB source code | Kate Stone | 2016-09-06 | 1 | -95/+67 |
| * | Decoupled Options from CommandInterpreter. | Todd Fiala | 2016-08-11 | 1 | -4/+5 |
| * | When 'help' cannot find a command, produce additional help text that also poi... | Enrico Granata | 2016-02-29 | 1 | -0/+8 |
| * | Fix Clang-tidy misc-use-override warnings in source/Commands headers, unify c... | Pavel Labath | 2015-09-02 | 1 | -23/+20 |
| * | Three related changes to help: | Kate Stone | 2015-01-15 | 1 | -3/+8 |
| * | <rdar://problem/11914077> | Enrico Granata | 2013-06-12 | 1 | -1/+1 |
| * | <rdar://problem/12798131> | Greg Clayton | 2012-12-04 | 1 | -1/+1 |
| * | Make raw & parsed commands subclasses of CommandObject rather than having the... | Jim Ingham | 2012-06-08 | 1 | -7/+9 |
| * | Cleaned up many error codes. For any who is filling in error strings into | Greg Clayton | 2011-10-26 | 1 | -1/+1 |
| * | Adding two new options to the 'help' command: | Enrico Granata | 2011-09-09 | 1 | -0/+66 |
| * | Fixed the way set/show variables were being accessed to being natively | Greg Clayton | 2010-09-18 | 1 | -5/+3 |
| * | Add a source file completer to the CommandCompleters. | Jim Ingham | 2010-06-30 | 1 | -0/+1 |
| * | Very large changes that were needed in order to allow multiple connections | Greg Clayton | 2010-06-23 | 1 | -11/+4 |
| * | Initial checkin of lldb code from internal Apple repo. | Chris Lattner | 2010-06-08 | 1 | -0/+59 |