summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandCompletions.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* Optimizations for FileSpec.Zachary Turner2014-08-071-19/+12
* unused variable, typedef requires name warning cleanupMichael Sartain2013-08-261-2/+1
* MingW compilation (windows). Includes various refactoring to improve portabil...Virgile Bello2013-08-231-53/+76
* <rdar://problem/14086944>Greg Clayton2013-06-071-10/+26
* A first pass at auto completion for variables and their children. This is cur...Greg Clayton2013-05-141-0/+15
* <rdar://problem/13069948>Greg Clayton2013-01-251-1/+1
* Fix Linux build warnings due to redefinition of macros:Daniel Malea2012-12-051-0/+1
* <rdar://problem/11757916>Greg Clayton2012-08-291-0/+2
* Remove further outdated "settings" code and also implement a few missing things.Greg Clayton2012-08-221-5/+0
* Reimplemented the code that backed the "settings" in lldb. There were many is...Greg Clayton2012-08-221-9/+24
* Extended function lookup to allow the user toSean Callanan2012-02-101-1/+2
OpenPOWER on IntegriCloud