summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandCompletions.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a source file completer to the CommandCompleters.Jim Ingham2010-06-301-6/+230
* Very large changes that were needed in order to allow multiple connectionsGreg Clayton2010-06-231-46/+73
* Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong.Jim Ingham2010-06-151-1/+1
* Moved files around for linux build. Fixed up Xcode project toGreg Clayton2010-06-121-0/+414
OpenPOWER on IntegriCloud