summaryrefslogtreecommitdiffstats
path: root/lldb/source/Interpreter/Options.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 command options to use the new arguments mechanism. Now all command o...Caroline Tice2010-10-011-14/+22
* Add infrastructure for standardizing arguments for commands andCaroline Tice2010-10-011-0/+7
* Make the short option print out before the long option in the Caroline Tice2010-09-201-2/+2
* General command line help cleanup:Greg Clayton2010-09-181-13/+76
* Fixed the way set/show variables were being accessed to being natively Greg Clayton2010-09-181-12/+6
* Modify the command options help generation so that required optionsCaroline Tice2010-09-091-34/+75
* Make all debugger-level user settable variables into instance variables.Caroline Tice2010-09-091-1/+3
* This is a very large commit that completely re-does the way lldbCaroline Tice2010-09-041-1/+7
* Change "Current" as in GetCurrentThread, GetCurrentStackFrame, etc, to "Selec...Jim Ingham2010-08-261-1/+1
* Remove use of STL collection class use of the "data()" method since it isn'tGreg Clayton2010-07-201-1/+4
* I enabled some extra warnings for hidden local variables and for hiddenGreg Clayton2010-07-141-9/+9
* Add a source file completer to the CommandCompleters.Jim Ingham2010-06-301-0/+6
* Convert direct access to the required & optional option sets to an accessor s...Jim Ingham2010-06-241-10/+35
* Very large changes that were needed in order to allow multiple connectionsGreg Clayton2010-06-231-20/+20
* Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong.Jim Ingham2010-06-151-0/+734
OpenPOWER on IntegriCloud