aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandCompletions.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-592/+471
2016-03-22Unicode support on Win32.Zachary Turner1-4/+6
2016-02-19Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in so...Eugene Zelenko1-153/+104
2015-05-29Don't #include "lldb-python.h" from anywhere.Zachary Turner1-2/+0
2015-03-04Further reduce header footprint of Debugger.h.Zachary Turner1-0/+1
2014-12-06Add the ability to set breakpoints with conditions, commands, etc,Jim Ingham1-3/+3
2014-08-07Optimizations for FileSpec.Zachary Turner1-19/+12
2013-08-26unused variable, typedef requires name warning cleanupMichael Sartain1-2/+1
2013-08-23MingW compilation (windows). Includes various refactoring to improve portabil...Virgile Bello1-53/+76
2013-06-07<rdar://problem/14086944>Greg Clayton1-10/+26
2013-05-14A first pass at auto completion for variables and their children. This is cur...Greg Clayton1-0/+15
2013-01-25<rdar://problem/13069948>Greg Clayton1-1/+1
2012-12-05Fix Linux build warnings due to redefinition of macros:Daniel Malea1-0/+1
2012-08-29<rdar://problem/11757916>Greg Clayton1-0/+2
2012-08-22Remove further outdated "settings" code and also implement a few missing things.Greg Clayton1-5/+0
2012-08-22Reimplemented the code that backed the "settings" in lldb. There were many is...Greg Clayton1-9/+24
2012-02-10Extended function lookup to allow the user toSean Callanan1-1/+2
2011-09-27Added an API to SymbolContext to hide the complexity of getting theJim Ingham1-8/+3
2011-09-17Convert lldb::ModuleSP to use an instrusive ref counted pointer.Greg Clayton1-1/+1
2011-07-08Switch to using the S_ISDIR and S_ISREG sys/stat.h macros inJason Molenda1-1/+1
2011-05-18Symbol may not have a demangled name, use GetName to get the best name availa...Jim Ingham1-1/+1
2011-04-13Added auto completion for architecture names and for platforms.Greg Clayton1-0/+33
2011-02-08Add FileSpec::ResolvePartialUsername, and use it in CommandCompletions to iso...Jim Ingham1-38/+18
2011-02-08Moved FileSpec into the Host layer since it will vary from host to host.Greg Clayton1-1/+1
2011-02-08Cleaned up the dynamic library open/getsymbol/close code to use abstractedGreg Clayton1-4/+4
2011-02-05Added support for targets that don't support expanding "~/" or "~USERNAME".Greg Clayton1-7/+11
2011-02-01Added a cleanup helper object to make sure the directory that was opened with...Greg Clayton1-11/+9
2011-01-27Changed the SymbolFile::FindFunction() function calls to only return Greg Clayton1-19/+8
2011-01-08Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener.Greg Clayton1-1/+1
2010-10-20Fixed an issue where we were resolving paths when we should have been.Greg Clayton1-2/+2
2010-09-04This is a very large commit that completely re-does the way lldbCaroline Tice1-3/+21
2010-08-26Change "Current" as in GetCurrentThread, GetCurrentStackFrame, etc, to "Selec...Jim Ingham1-3/+3
2010-07-09Merged Eli Friedman's linux build changes where he added Makefile files thatGreg Clayton1-4/+4
2010-07-06Jean-Daniel Dupas patch that fixes a bad if statement with assignment.Greg Clayton1-1/+1
2010-07-02Remove duplicate def'n from FileSpec.h.Jim Ingham1-26/+53
2010-06-30Fix an obvious typo and replace deprecated bcopy(3) with memcpy(3).Benjamin Kramer1-2/+2
2010-06-30Add a source file completer to the CommandCompleters.Jim Ingham1-6/+230
2010-06-23Very large changes that were needed in order to allow multiple connectionsGreg Clayton1-46/+73
2010-06-15Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong.Jim Ingham1-1/+1
2010-06-12Moved files around for linux build. Fixed up Xcode project toGreg Clayton1-0/+414