| Commit message (Expand) | Author | Age | Files | Lines |
| * | [lldb][NFC] Remove unnecessary includes in source/Commands | Raphael Isemann | 2019-12-16 | 1 | -8/+0 |
| * | [lldb][NFC] Simplify regex_chars in CommandCompletions | Raphael Isemann | 2019-11-29 | 1 | -4/+1 |
| * | [lldb] Remove FileSpec->CompileUnit inheritance | Pavel Labath | 2019-11-29 | 1 | -3/+5 |
| * | Modernize the rest of the Find.* API (NFC) | Adrian Prantl | 2019-10-17 | 1 | -2/+1 |
| * | [lldb][NFC] Remove strange bool parameter from Searcher::SearchCallback | Raphael Isemann | 2019-10-10 | 1 | -6/+3 |
| * | [lldb][NFC] Remove argument prefix checking boilerplate when adding completions | Raphael Isemann | 2019-09-23 | 1 | -4/+2 |
| * | [lldb] Allow partial completions to fix directory completion. | Raphael Isemann | 2019-08-27 | 1 | -9/+18 |
| * | [lldb][NFC] Remove WordComplete mode, make result array indexed from 0 and re... | Raphael Isemann | 2019-08-22 | 1 | -83/+54 |
| * | [lldb] D66174 `RegularExpression` cleanup | Jan Kratochvil | 2019-08-20 | 1 | -1/+1 |
| * | [lldb][NFC] Remove StringList::AutoComplete | Raphael Isemann | 2019-08-19 | 1 | -6/+12 |
| * | Fix completion for functions in anonymous namespaces | Jonas Devlieghere | 2019-07-31 | 1 | -1/+5 |
| * | [NFC] Remove ASCII lines from comments | Jonas Devlieghere | 2019-04-10 | 1 | -6/+0 |
| * | 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 |
| * | [FileSystem] Migrate CommandCompletions | Jonas Devlieghere | 2018-12-04 | 1 | -13/+15 |
| * | Remove header grouping comments. | Jonas Devlieghere | 2018-11-11 | 1 | -4/+0 |
| * | Revert "[FileSystem] Make use of FS in TildeExpressionResolver" | Jonas Devlieghere | 2018-11-09 | 1 | -1/+1 |
| * | [FileSystem] Make use of FS in TildeExpressionResolver | Jonas Devlieghere | 2018-11-09 | 1 | -1/+1 |
| * | [FileSystem] Move path resolution logic out of FileSpec | Jonas Devlieghere | 2018-11-01 | 1 | -2/+2 |
| * | NFC: Move Searcher::Depth into lldb-enumerations as SearchDepth. | Jim Ingham | 2018-09-07 | 1 | -6/+6 |
| * | File completion bugfix | Frederic Riss | 2018-08-31 | 1 | -1/+5 |
| * | Narrow the CompletionRequest API to being append-only. | Raphael Isemann | 2018-07-27 | 1 | -26/+34 |
| * | Replaced more boilerplate code with CompletionRequest (NFC) | Raphael Isemann | 2018-07-13 | 1 | -117/+72 |
| * | Fix use-after-free in CommandCompletions.cpp | Pavel Labath | 2018-06-29 | 1 | -1/+1 |
| * | Fixed file completion for paths that start with '~'. | Raphael Isemann | 2018-06-18 | 1 | -0/+6 |
| * | Reflow paragraphs in comments. | Adrian Prantl | 2018-04-30 | 1 | -2/+2 |
| * | Move Args.cpp from Interpreter to Utility | Pavel Labath | 2018-04-17 | 1 | -1/+1 |
| * | Delete some unused #includes of CleanUp.h, NFC | Vedant Kumar | 2018-02-23 | 1 | -1/+0 |
| * | Fix use after free in DiskFilesOrDirectories | Raphael Isemann | 2018-01-22 | 1 | -1/+1 |
| * | Support: Have directory_iterator::status() return FindFirstFileEx/FindNextFil... | Peter Collingbourne | 2017-10-10 | 1 | -4/+4 |
| * | Fix crash when completing in the current directory. | Zachary Turner | 2017-04-15 | 1 | -1/+4 |
| * | iwyu fixes for lldbCore. | Zachary Turner | 2017-04-06 | 1 | -0/+1 |
| * | Move FileSpec from Host -> Utility. | Zachary Turner | 2017-03-22 | 1 | -1/+1 |
| * | [Support] Support both Windows and Posix paths on both platforms. | Zachary Turner | 2017-03-16 | 1 | -1/+2 |
| * | Use LLVM for file / directory enumeration. | Zachary Turner | 2017-03-13 | 1 | -1/+1 |
| * | Resubmit "Make file / directory completion work properly on Windows." | Zachary Turner | 2017-03-13 | 1 | -166/+132 |
| * | Revert "Make file / directory completion work properly on Windows." | Zachary Turner | 2017-03-12 | 1 | -132/+166 |
| * | Make file / directory completion work properly on Windows. | Zachary Turner | 2017-03-12 | 1 | -166/+132 |
| * | Resubmit FileSystem changes. | Zachary Turner | 2017-03-08 | 1 | -6/+6 |
| * | Revert "Use LLVM for all stat-related functionality." | Pavel Labath | 2017-03-07 | 1 | -5/+4 |
| * | Use LLVM for all stat-related functionality. | Zachary Turner | 2017-03-07 | 1 | -4/+5 |
| * | Convert AutoComplete related code to StringRef. | Zachary Turner | 2016-11-17 | 1 | -28/+26 |
| * | Fix Clang-tidy readability-redundant-string-cstr warnings | Malcolm Parsons | 2016-11-02 | 1 | -2/+2 |
| * | Make lldb::Regex use StringRef. | Zachary Turner | 2016-09-21 | 1 | -1/+1 |
| * | *** This commit represents a complete reformatting of the LLDB source code | Kate Stone | 2016-09-06 | 1 | -592/+471 |
| * | Unicode support on Win32. | Zachary Turner | 2016-03-22 | 1 | -4/+6 |
| * | Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in so... | Eugene Zelenko | 2016-02-19 | 1 | -153/+104 |
| * | Don't #include "lldb-python.h" from anywhere. | Zachary Turner | 2015-05-29 | 1 | -2/+0 |
| * | Further reduce header footprint of Debugger.h. | Zachary Turner | 2015-03-04 | 1 | -0/+1 |
| * | Add the ability to set breakpoints with conditions, commands, etc, | Jim Ingham | 2014-12-06 | 1 | -3/+3 |