summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandCompletions.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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