summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectFile.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fixed an issue where we were resolving paths when we should have been.Greg Clayton2010-10-201-1/+1
* Modify existing commands with arguments to use the new argument mechanismCaroline Tice2010-10-041-1/+13
* Modify command options to use the new arguments mechanism. Now all command o...Caroline Tice2010-10-011-2/+2
* Fixed the way set/show variables were being accessed to being natively Greg Clayton2010-09-181-26/+27
* If the file the user specifies can't be found in the current directory,Caroline Tice2010-09-101-1/+1
* More help text fixes.Caroline Tice2010-09-081-2/+2
* Small help text fixes, to make it more consistent and accurate.Caroline Tice2010-09-071-2/+2
* Change "Current" as in GetCurrentThread, GetCurrentStackFrame, etc, to "Selec...Jim Ingham2010-08-261-1/+1
* Change Target & Process so they can really be initialized with an invalid arc...Jim Ingham2010-08-091-20/+3
* Add a source file completer to the CommandCompleters.Jim Ingham2010-06-301-0/+27
* Very large changes that were needed in order to allow multiple connectionsGreg Clayton2010-06-231-7/+6
* Add a "thread specification" class that specifies thread specific breakpoints...Jim Ingham2010-06-161-1/+0
* Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong.Jim Ingham2010-06-151-1/+1
* Change the Options parser over to use a mask rather than an ordinal for optio...Jim Ingham2010-06-151-1/+1
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+170
OpenPOWER on IntegriCloud