summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandCompletions.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added an API to SymbolContext to hide the complexity of getting theJim Ingham2011-09-271-8/+3
* Convert lldb::ModuleSP to use an instrusive ref counted pointer.Greg Clayton2011-09-171-1/+1
* Switch to using the S_ISDIR and S_ISREG sys/stat.h macros inJason Molenda2011-07-081-1/+1
* Symbol may not have a demangled name, use GetName to get the best name availa...Jim Ingham2011-05-181-1/+1
* Added auto completion for architecture names and for platforms.Greg Clayton2011-04-131-0/+33
* Add FileSpec::ResolvePartialUsername, and use it in CommandCompletions to iso...Jim Ingham2011-02-081-38/+18
* Moved FileSpec into the Host layer since it will vary from host to host.Greg Clayton2011-02-081-1/+1
* Cleaned up the dynamic library open/getsymbol/close code to use abstractedGreg Clayton2011-02-081-4/+4
* Added support for targets that don't support expanding "~/" or "~USERNAME".Greg Clayton2011-02-051-7/+11
* Added a cleanup helper object to make sure the directory that was opened with...Greg Clayton2011-02-011-11/+9
* Changed the SymbolFile::FindFunction() function calls to only return Greg Clayton2011-01-271-19/+8
* Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener.Greg Clayton2011-01-081-1/+1
* Fixed an issue where we were resolving paths when we should have been.Greg Clayton2010-10-201-2/+2
* This is a very large commit that completely re-does the way lldbCaroline Tice2010-09-041-3/+21
* Change "Current" as in GetCurrentThread, GetCurrentStackFrame, etc, to "Selec...Jim Ingham2010-08-261-3/+3
* Merged Eli Friedman's linux build changes where he added Makefile files thatGreg Clayton2010-07-091-4/+4
* Jean-Daniel Dupas patch that fixes a bad if statement with assignment.Greg Clayton2010-07-061-1/+1
* Remove duplicate def'n from FileSpec.h.Jim Ingham2010-07-021-26/+53
* Fix an obvious typo and replace deprecated bcopy(3) with memcpy(3).Benjamin Kramer2010-06-301-2/+2
OpenPOWER on IntegriCloud