summaryrefslogtreecommitdiffstats
path: root/lldb/source/Interpreter/OptionValueProperties.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* Make lldb -Werror clean for -Wstring-conversionDavid Blaikie2017-01-061-2/+1
* Rewrite all Property related functions in terms of StringRef.Zachary Turner2016-11-171-104/+104
* Make Apropos functions accept StringRefs.Zachary Turner2016-11-161-3/+2
* Change Property::GetName() and GetDescription() to return StringRef.Zachary Turner2016-11-151-23/+6
* Convert UniqueCStringMap to use StringRef.Zachary Turner2016-10-061-6/+7
* Update the prompt related functions to use StringRefs.Zachary Turner2016-09-231-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-693/+576
* Allows "experimental" settings that will either route to their containingJim Ingham2016-07-061-2/+17
* Add support for specifying a language to use when parsing breakpoints.Dawn Perchik2015-07-211-0/+9
* Refactor OptionValue::SetValueFromCString to use llvm::StringRefPavel Labath2015-02-201-3/+3
* Get rid of Debugger::FormatPrompt() and replace it with the new FormatEntity ...Greg Clayton2015-02-041-0/+12
* Fixed an issue where if the operating system python plug-in is changed at run...Greg Clayton2015-01-131-0/+10
* Fix a few typos.Bruce Mitchener2014-06-271-2/+2
* Interpreter: explicitly initialize base classSaleem Abdulrasool2014-06-131-0/+1
* Switch NULL to C++11 nullptr in source/InterpreterEd Maste2014-04-201-16/+16
* OptionValueProperties::DeepCopy (): return empty value to avoid compilation e...Virgile Bello2013-09-051-0/+1
* Fixed some linux buildbot warnings.Greg Clayton2013-04-191-1/+5
* Added the infrastructure necessary for plug-ins to be able to add their own s...Greg Clayton2012-10-191-0/+15
* Made it so changes to the prompt via "settings set prompt" get noticed by the...Greg Clayton2012-09-011-0/+10
* Remove further outdated "settings" code and also implement a few missing things.Greg Clayton2012-08-221-0/+14
* Reimplemented the code that backed the "settings" in lldb. There were many is...Greg Clayton2012-08-221-0/+719
OpenPOWER on IntegriCloud