summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectSettings.cpp
Commit message (Expand)AuthorAgeFilesLines
* Modify existing commands with arguments to use the new argument mechanismCaroline Tice2010-10-041-9/+224
* Modify command options to use the new arguments mechanism. Now all command o...Caroline Tice2010-10-011-2/+3
* Change command option "--no_override" to "--no-override" (hypen instead of un...Caroline Tice2010-09-271-1/+1
* Create more useful instance names for target, process and thread instances.Caroline Tice2010-09-271-12/+12
* Add UserSettings to Target class, making Target settingsCaroline Tice2010-09-201-8/+10
* General command line help cleanup:Greg Clayton2010-09-181-1/+0
* Fixed the way set/show variables were being accessed to being natively Greg Clayton2010-09-181-107/+128
* Modify "settings list" so you can specify a particular instance setting name,Caroline Tice2010-09-151-6/+46
* Make all debugger-level user settable variables into instance variables.Caroline Tice2010-09-091-8/+15
* fix a bunch of signed/unsigned comparison warnings, stop evaluating "getsize"...Chris Lattner2010-09-081-1/+1
* Clean up, clarify and standardize help text, and fix a few help text formatti...Caroline Tice2010-09-081-9/+9
* Fix various minor bugs in the Settings stuff.Caroline Tice2010-09-071-1/+1
* This is a very large commit that completely re-does the way lldbCaroline Tice2010-09-041-16/+967
* Very large changes that were needed in order to allow multiple connectionsGreg Clayton2010-06-231-3/+2
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+62
OpenPOWER on IntegriCloud