| Commit message (Expand) | Author | Age | Files | Lines |
| * | [lldb][NFC] Remove unnecessary includes in source/Commands | Raphael Isemann | 2019-12-16 | 1 | -1/+0 |
| * | [lldb][NFC] Remove ArgEntry::ref member | Raphael Isemann | 2019-09-13 | 1 | -1/+1 |
| * | [lldb][NFC] Remove WordComplete mode, make result array indexed from 0 and re... | Raphael Isemann | 2019-08-22 | 1 | -4/+3 |
| * | [CommandObject] Use GetDebugger() helper method (NFC) | Jonas Devlieghere | 2019-04-27 | 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 |
| * | [FileSystem] Move path resolution logic out of FileSpec | Jonas Devlieghere | 2018-11-01 | 1 | -1/+2 |
| * | Narrow the CompletionRequest API to being append-only. | Raphael Isemann | 2018-07-27 | 1 | -1/+1 |
| * | Replaced more boilerplate code with CompletionRequest (NFC) | Raphael Isemann | 2018-07-13 | 1 | -8/+1 |
| * | Refactoring for for the internal command line completion API (NFC) | Raphael Isemann | 2018-07-02 | 1 | -11/+11 |
| * | Rename Error -> Status. | Zachary Turner | 2017-05-12 | 1 | -1/+1 |
| * | Remove some more uses of Args::GetArgumentAtIndex. | Zachary Turner | 2016-12-09 | 1 | -6/+4 |
| * | *** This commit represents a complete reformatting of the LLDB source code | Kate Stone | 2016-09-06 | 1 | -77/+64 |
| * | Decoupled Options from CommandInterpreter. | Todd Fiala | 2016-08-11 | 1 | -2/+2 |
| * | LLDB help content has accumulated over time without a recent attempt to | Kate Stone | 2016-07-14 | 1 | -5/+3 |
| * | Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in so... | Eugene Zelenko | 2016-02-20 | 1 | -24/+21 |
| * | commands: Use override instead of virtual. | Bruce Mitchener | 2015-10-07 | 1 | -3/+3 |
| * | Don't #include "lldb-python.h" from anywhere. | Zachary Turner | 2015-05-29 | 1 | -2/+0 |
| * | Fixed internal code to not link against and code from "lldb/API/*". | Greg Clayton | 2013-12-02 | 1 | -6/+0 |
| * | <rdar://problem/13209140> | Enrico Granata | 2013-04-24 | 1 | -1/+4 |
| * | Fix Linux build warnings due to redefinition of macros: | Daniel Malea | 2012-12-05 | 1 | -0/+2 |
| * | Implementing plugins that provide commands. | Enrico Granata | 2012-09-28 | 1 | -0/+117 |