summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandCompletions.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb][NFC] Remove unnecessary includes in source/CommandsRaphael Isemann2019-12-161-8/+0
* [lldb][NFC] Simplify regex_chars in CommandCompletionsRaphael Isemann2019-11-291-4/+1
* [lldb] Remove FileSpec->CompileUnit inheritancePavel Labath2019-11-291-3/+5
* Modernize the rest of the Find.* API (NFC)Adrian Prantl2019-10-171-2/+1
* [lldb][NFC] Remove strange bool parameter from Searcher::SearchCallbackRaphael Isemann2019-10-101-6/+3
* [lldb][NFC] Remove argument prefix checking boilerplate when adding completionsRaphael Isemann2019-09-231-4/+2
* [lldb] Allow partial completions to fix directory completion.Raphael Isemann2019-08-271-9/+18
* [lldb][NFC] Remove WordComplete mode, make result array indexed from 0 and re...Raphael Isemann2019-08-221-83/+54
* [lldb] D66174 `RegularExpression` cleanupJan Kratochvil2019-08-201-1/+1
* [lldb][NFC] Remove StringList::AutoCompleteRaphael Isemann2019-08-191-6/+12
* Fix completion for functions in anonymous namespacesJonas Devlieghere2019-07-311-1/+5
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-6/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Do not use PATH_MAX with SmallStringStella Stamenova2018-12-101-1/+1
* [FileSystem] Migrate CommandCompletionsJonas Devlieghere2018-12-041-13/+15
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* Revert "[FileSystem] Make use of FS in TildeExpressionResolver"Jonas Devlieghere2018-11-091-1/+1
* [FileSystem] Make use of FS in TildeExpressionResolverJonas Devlieghere2018-11-091-1/+1
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-011-2/+2
* NFC: Move Searcher::Depth into lldb-enumerations as SearchDepth.Jim Ingham2018-09-071-6/+6
* File completion bugfixFrederic Riss2018-08-311-1/+5
* Narrow the CompletionRequest API to being append-only.Raphael Isemann2018-07-271-26/+34
* Replaced more boilerplate code with CompletionRequest (NFC)Raphael Isemann2018-07-131-117/+72
* Fix use-after-free in CommandCompletions.cppPavel Labath2018-06-291-1/+1
* Fixed file completion for paths that start with '~'.Raphael Isemann2018-06-181-0/+6
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-2/+2
* Move Args.cpp from Interpreter to UtilityPavel Labath2018-04-171-1/+1
* Delete some unused #includes of CleanUp.h, NFCVedant Kumar2018-02-231-1/+0
* Fix use after free in DiskFilesOrDirectoriesRaphael Isemann2018-01-221-1/+1
* Support: Have directory_iterator::status() return FindFirstFileEx/FindNextFil...Peter Collingbourne2017-10-101-4/+4
* Fix crash when completing in the current directory.Zachary Turner2017-04-151-1/+4
* iwyu fixes for lldbCore.Zachary Turner2017-04-061-0/+1
* Move FileSpec from Host -> Utility.Zachary Turner2017-03-221-1/+1
* [Support] Support both Windows and Posix paths on both platforms.Zachary Turner2017-03-161-1/+2
* Use LLVM for file / directory enumeration.Zachary Turner2017-03-131-1/+1
* Resubmit "Make file / directory completion work properly on Windows."Zachary Turner2017-03-131-166/+132
* Revert "Make file / directory completion work properly on Windows."Zachary Turner2017-03-121-132/+166
* Make file / directory completion work properly on Windows.Zachary Turner2017-03-121-166/+132
* Resubmit FileSystem changes.Zachary Turner2017-03-081-6/+6
* Revert "Use LLVM for all stat-related functionality."Pavel Labath2017-03-071-5/+4
* Use LLVM for all stat-related functionality.Zachary Turner2017-03-071-4/+5
* Convert AutoComplete related code to StringRef.Zachary Turner2016-11-171-28/+26
* Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons2016-11-021-2/+2
* Make lldb::Regex use StringRef.Zachary Turner2016-09-211-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-592/+471
* Unicode support on Win32.Zachary Turner2016-03-221-4/+6
* Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in so...Eugene Zelenko2016-02-191-153/+104
* Don't #include "lldb-python.h" from anywhere.Zachary Turner2015-05-291-2/+0
* Further reduce header footprint of Debugger.h.Zachary Turner2015-03-041-0/+1
* Add the ability to set breakpoints with conditions, commands, etc,Jim Ingham2014-12-061-3/+3
OpenPOWER on IntegriCloud