summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/UserSettingsController.cpp
Commit message (Expand)AuthorAgeFilesLines
* Pass ConstString by value (NFC)Adrian Prantl2019-03-061-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove comments after header includes.Jonas Devlieghere2018-11-111-1/+1
* Rename Error -> Status.Zachary Turner2017-05-121-11/+14
* iwyu fixes for lldbCore.Zachary Turner2017-04-061-9/+17
* Move classes from Core -> Utility.Zachary Turner2017-02-021-4/+4
* Rewrite all Property related functions in terms of StringRef.Zachary Turner2016-11-171-14/+9
* Make Apropos functions accept StringRefs.Zachary Turner2016-11-161-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-92/+66
* Add an "experimental" setting to disable injecting local variables into expre...Jim Ingham2016-07-071-1/+1
* Fix Linux build.Oleksiy Vyalov2016-07-061-1/+1
* Allows "experimental" settings that will either route to their containingJim Ingham2016-07-061-0/+24
* Don't #include "lldb-python.h" from anywhere.Zachary Turner2015-05-291-2/+0
* Further reduce header footprint of Debugger.h.Zachary Turner2015-03-041-0/+1
* Fix Linux build warnings due to redefinition of macros:Daniel Malea2012-12-051-0/+2
* Added the infrastructure necessary for plug-ins to be able to add their own s...Greg Clayton2012-10-191-0/+12
* 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
OpenPOWER on IntegriCloud