| Commit message (Expand) | Author | Age | Files | Lines |
| * | [lldb][NFC] Remove unnecessary includes in source/Commands | Raphael Isemann | 2019-12-16 | 1 | -3/+0 |
| * | Run clang-format on lldb/source/Commands (NFC) | Adrian Prantl | 2019-10-30 | 1 | -4/+2 |
| * | [platform process list] add a flag for showing the processes of all users | Walter Erquinigo | 2019-10-12 | 1 | -0/+4 |
| * | Revert "[platform process list] add a flag for showing the processes of all u... | Walter Erquinigo | 2019-10-12 | 1 | -4/+0 |
| * | [platform process list] add a flag for showing the processes of all users | Walter Erquinigo | 2019-10-12 | 1 | -0/+4 |
| * | Revert "[platform process list] add a flag for showing the processes of all u... | Walter Erquinigo | 2019-10-12 | 1 | -4/+0 |
| * | [platform process list] add a flag for showing the processes of all users | Walter Erquinigo | 2019-10-12 | 1 | -0/+4 |
| * | Revert "[platform process list] add a flag for showing the processes of all u... | Walter Erquinigo | 2019-10-12 | 1 | -4/+0 |
| * | [platform process list] add a flag for showing the processes of all users | Walter Erquinigo | 2019-10-12 | 1 | -0/+4 |
| * | Temporarily Revert [platform process list] add a flag for showing the process... | Adrian Prantl | 2019-10-12 | 1 | -4/+0 |
| * | [platform process list] add a flag for showing the processes of all users | Walter Erquinigo | 2019-10-11 | 1 | -0/+4 |
| * | Revert "[platform process list] add a flag for showing the processes of all u... | Walter Erquinigo | 2019-10-11 | 1 | -4/+0 |
| * | [platform process list] add a flag for showing the processes of all users | Walter Erquinigo | 2019-10-11 | 1 | -0/+4 |
| * | Revert "[platform process list] add a flag for showing the processes of all u... | Shafik Yaghmour | 2019-10-08 | 1 | -4/+0 |
| * | [platform process list] add a flag for showing the processes of all users | Walter Erquinigo | 2019-10-07 | 1 | -0/+4 |
| * | [lldb][NFC] Remove ArgEntry::ref member | Raphael Isemann | 2019-09-13 | 1 | -2/+2 |
| * | [lldb][NFC] Add ProcessInfo::GetNameAsStringRef to simplify some code | Raphael Isemann | 2019-08-26 | 1 | -3/+1 |
| * | [lldb][NFC] Remove unused return value from HandleOptionArgumentCompletion | Raphael Isemann | 2019-08-22 | 1 | -5/+5 |
| * | [lldb][NFC] NFC cleanup for the completion code | Raphael Isemann | 2019-08-22 | 1 | -25/+26 |
| * | [lldb][NFC] Remove dead code that is supposed to handle invalid command options | Raphael Isemann | 2019-08-22 | 1 | -17/+6 |
| * | [lldb][NFC] Remove WordComplete mode, make result array indexed from 0 and re... | Raphael Isemann | 2019-08-22 | 1 | -2/+1 |
| * | [lldb] Also include the array definition in CommandOptions.inc | Raphael Isemann | 2019-07-28 | 1 | -12/+0 |
| * | [lldb] Don't dynamically allocate the posix option validator. | Raphael Isemann | 2019-07-26 | 1 | -18/+2 |
| * | [lldb] Fix build errors from tablegenify platform commit | Raphael Isemann | 2019-07-24 | 1 | -1/+1 |
| * | [lldb][NFC] Tablegenify platform | Raphael Isemann | 2019-07-24 | 1 | -46/+12 |
| * | Fix integer literals which are cast to bool | Jonas Devlieghere | 2019-05-24 | 1 | -1/+1 |
| * | [CommandObject] Use GetDebugger() helper method (NFC) | Jonas Devlieghere | 2019-04-27 | 1 | -33/+27 |
| * | [NFC] Remove ASCII lines from comments | Jonas Devlieghere | 2019-04-10 | 1 | -46/+0 |
| * | Refactor user/group name resolving code | Pavel Labath | 2019-03-04 | 1 | -8/+6 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | Do not use PATH_MAX with SmallString | Stella Stamenova | 2018-12-10 | 1 | -1/+1 |
| * | 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 | -18/+18 |
| * | [FileSystem] Remove Exists() from FileSpec | Jonas Devlieghere | 2018-11-01 | 1 | -1/+1 |
| * | Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll... | Tatyana Krasnukha | 2018-09-26 | 1 | -40/+40 |
| * | Narrow the CompletionRequest API to being append-only. | Raphael Isemann | 2018-07-27 | 1 | -3/+3 |
| * | Replaced more boilerplate code with CompletionRequest (NFC) | Raphael Isemann | 2018-07-13 | 1 | -17/+6 |
| * | Get rid of the C-string parameter in DoExecute | Raphael Isemann | 2018-07-12 | 1 | -2/+2 |
| * | Refactor parsing of option lists with a raw string suffix. | Raphael Isemann | 2018-07-10 | 1 | -28/+5 |
| * | Refactoring for for the internal command line completion API (NFC) | Raphael Isemann | 2018-07-02 | 1 | -9/+10 |
| * | [FileSpec] Make style argument mandatory for SetFile. NFC | Jonas Devlieghere | 2018-06-13 | 1 | -12/+13 |
| * | Convert all RunShellCommand functions to use the Timeout class | Pavel Labath | 2018-05-10 | 1 | -4/+6 |
| * | Reflow paragraphs in comments. | Adrian Prantl | 2018-04-30 | 1 | -8/+7 |
| * | Move Args.cpp from Interpreter to Utility | Pavel Labath | 2018-04-17 | 1 | -1/+1 |
| * | Invert ArchSpec<->Platform dependency | Pavel Labath | 2017-10-31 | 1 | -2/+2 |
| * | Fix typo in error message in 'platform status'. | Bruce Mitchener | 2017-07-21 | 1 | -1/+1 |
| * | Rename Error -> Status. | Zachary Turner | 2017-05-12 | 1 | -34/+35 |
| * | Delete some more dead includes. | Zachary Turner | 2017-03-22 | 1 | -0/+1 |
| * | Move DataBuffer / DataExtractor and friends from Core -> Utility. | Zachary Turner | 2017-03-04 | 1 | -1/+1 |
| * | Fix a couple of corner cases in NameMatches | Pavel Labath | 2017-02-20 | 1 | -12/+12 |