summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/UserSettingsController.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove further outdated "settings" code and also implement a few missing things.Greg Clayton2012-08-221-44/+0
* Reimplemented the code that backed the "settings" in lldb. There were many is...Greg Clayton2012-08-221-2432/+91
* Ran the static analyzer on the codebase and found a few things.Greg Clayton2012-07-171-66/+47
* SBFrame is now threadsafe using some extra tricks. One issue is that stackGreg Clayton2012-01-301-17/+10
* Add an InstanceSettings::NotifyOwnerIsShuttingDown() method so that the owner...Johnny Chen2012-01-271-2/+13
* o CommandObjectSettingsSet.cpp:Johnny Chen2012-01-201-13/+15
* Work in progress for:Johnny Chen2011-12-191-3/+11
* Cleaned up many error codes. For any who is filling in error strings intoGreg Clayton2011-10-261-35/+33
* Re-organized the contents of RangeMap.h to be more concise and also allow for...Greg Clayton2011-10-071-7/+2
* Update declarations for all functions/methods that accept printf-styleJason Molenda2011-09-201-3/+1
* Change Error::SetErrorStringWithFormat() prototype to use anJason Molenda2011-09-201-4/+4
* Make sure if an enumeration "settings" value has a valid default setting inGreg Clayton2011-05-291-7/+9
* Fixed the SymbolContext::DumpStopContext() to correctly indent and dumpGreg Clayton2011-04-231-2/+125
* Did some work on the "register read" command to only show the first registerGreg Clayton2011-04-221-21/+40
* General cleanup on the UserSettingsController stuff. There were 5 differentGreg Clayton2011-04-191-250/+291
* - Changed all the places where CommandObjectReturn was exporting a StreamStri...Jim Ingham2011-02-191-8/+8
* Added new target instance settings for execution settings:Greg Clayton2011-02-181-235/+188
* Modify 'apropos' command to search settings variable descriptions as well.Caroline Tice2011-02-041-0/+69
* Added a new variant of SBTarget::Launch() that deprectates the old one thatGreg Clayton2011-01-231-14/+28
* Improved our argument parsing abilities to be able to handle stuff more likeGreg Clayton2010-12-191-23/+22
* Various fixes mostly relating to the User Settings stuff:Caroline Tice2010-12-101-6/+21
* Fixed an issue where the UserSettingsControllers were being created out ofGreg Clayton2010-11-191-1/+1
* Add ThreadPlanTracer class to allow instruction step tracing of execution.Jim Ingham2010-11-111-2/+2
* For UserSettingsController::UpdateDictionaryVariable(), clear the dictionaryJohnny Chen2010-10-201-0/+6
* Create more useful instance names for target, process and thread instances.Caroline Tice2010-09-271-13/+19
* Make GetInstanceSettingsValue methods take an Error * rather than an Error &,Caroline Tice2010-09-201-13/+10
* Add UserSettings to Target class, making Target settingsCaroline Tice2010-09-201-44/+44
* Added code that will allow completely customizable prompts for use inGreg Clayton2010-09-191-10/+39
* Fix issues with CreateInstanceName, a virtual function, being calledCaroline Tice2010-09-161-0/+9
* Modify "settings list" so you can specify a particular instance setting name,Caroline Tice2010-09-151-0/+203
* Remove all visible uses of "[DEFAULT]" instance name.Caroline Tice2010-09-151-14/+69
* Make all debugger-level user settable variables into instance variables.Caroline Tice2010-09-091-12/+67
* Make sure creating a pending instance doesn't also trigger creating a live in...Caroline Tice2010-09-081-10/+27
* The settings mutexes get used recursively, and deadlock if they are normal mu...Jim Ingham2010-09-071-2/+2
* Move common code from GetSettingsController in Process & Debugger into static...Jim Ingham2010-09-071-0/+26
* Fix various minor bugs in the Settings stuff.Caroline Tice2010-09-071-2/+3
* This is a very large commit that completely re-does the way lldbCaroline Tice2010-09-041-0/+1857
OpenPOWER on IntegriCloud