aboutsummaryrefslogtreecommitdiff
path: root/source/Core/UserSettingsController.cpp
AgeCommit message (Expand)Author
2019-03-06Pass ConstString by value (NFC)Adrian Prantl
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-11Remove comments after header includes.Jonas Devlieghere
2017-05-12Rename Error -> Status.Zachary Turner
2017-04-06iwyu fixes for lldbCore.Zachary Turner
2017-02-02Move classes from Core -> Utility.Zachary Turner
2016-11-17Rewrite all Property related functions in terms of StringRef.Zachary Turner
2016-11-16Make Apropos functions accept StringRefs.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-07-07Add an "experimental" setting to disable injecting local variables into expre...Jim Ingham
2016-07-06Fix Linux build.Oleksiy Vyalov
2016-07-06Allows "experimental" settings that will either route to their containingJim Ingham
2015-05-29Don't #include "lldb-python.h" from anywhere.Zachary Turner
2015-03-04Further reduce header footprint of Debugger.h.Zachary Turner
2012-12-05Fix Linux build warnings due to redefinition of macros:Daniel Malea
2012-10-19Added the infrastructure necessary for plug-ins to be able to add their own s...Greg Clayton
2012-08-22Remove further outdated "settings" code and also implement a few missing things.Greg Clayton
2012-08-22Reimplemented the code that backed the "settings" in lldb. There were many is...Greg Clayton
2012-07-17Ran the static analyzer on the codebase and found a few things.Greg Clayton
2012-01-30SBFrame is now threadsafe using some extra tricks. One issue is that stackGreg Clayton
2012-01-27Add an InstanceSettings::NotifyOwnerIsShuttingDown() method so that the owner...Johnny Chen
2012-01-20o CommandObjectSettingsSet.cpp:Johnny Chen
2011-12-19Work in progress for:Johnny Chen
2011-10-26Cleaned up many error codes. For any who is filling in error strings intoGreg Clayton
2011-10-07Re-organized the contents of RangeMap.h to be more concise and also allow for...Greg Clayton
2011-09-20Update declarations for all functions/methods that accept printf-styleJason Molenda
2011-09-20Change Error::SetErrorStringWithFormat() prototype to use anJason Molenda
2011-05-29Make sure if an enumeration "settings" value has a valid default setting inGreg Clayton
2011-04-23Fixed the SymbolContext::DumpStopContext() to correctly indent and dumpGreg Clayton
2011-04-22Did some work on the "register read" command to only show the first registerGreg Clayton
2011-04-19General cleanup on the UserSettingsController stuff. There were 5 differentGreg Clayton
2011-02-19- Changed all the places where CommandObjectReturn was exporting a StreamStri...Jim Ingham
2011-02-18Added new target instance settings for execution settings:Greg Clayton
2011-02-04Modify 'apropos' command to search settings variable descriptions as well.Caroline Tice
2011-01-23Added a new variant of SBTarget::Launch() that deprectates the old one thatGreg Clayton
2010-12-19Improved our argument parsing abilities to be able to handle stuff more likeGreg Clayton
2010-12-10Various fixes mostly relating to the User Settings stuff:Caroline Tice
2010-11-19Fixed an issue where the UserSettingsControllers were being created out ofGreg Clayton
2010-11-11Add ThreadPlanTracer class to allow instruction step tracing of execution.Jim Ingham
2010-10-20For UserSettingsController::UpdateDictionaryVariable(), clear the dictionaryJohnny Chen
2010-09-27Create more useful instance names for target, process and thread instances.Caroline Tice
2010-09-20Make GetInstanceSettingsValue methods take an Error * rather than an Error &,Caroline Tice
2010-09-20Add UserSettings to Target class, making Target settingsCaroline Tice
2010-09-19Added code that will allow completely customizable prompts for use inGreg Clayton
2010-09-16Fix issues with CreateInstanceName, a virtual function, being calledCaroline Tice
2010-09-15Modify "settings list" so you can specify a particular instance setting name,Caroline Tice
2010-09-15Remove all visible uses of "[DEFAULT]" instance name.Caroline Tice
2010-09-09Make all debugger-level user settable variables into instance variables.Caroline Tice
2010-09-08Make sure creating a pending instance doesn't also trigger creating a live in...Caroline Tice
2010-09-07The settings mutexes get used recursively, and deadlock if they are normal mu...Jim Ingham