summaryrefslogtreecommitdiffstats
path: root/lldb/source/Interpreter/OptionValueString.cpp
Commit message (Expand)AuthorAgeFilesLines
* Prevent at compile time converting from Error::success() to Expected<T>Mehdi Amini2016-11-111-2/+2
* Make the Error class constructor protectedMehdi Amini2016-11-111-2/+2
* Update OptionGroup::SetValue to take StringRef.Zachary Turner2016-09-231-7/+4
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-151/+117
* Fix use-after-free in OptionValueString.Zachary Turner2015-05-221-1/+1
* Refactor OptionValue::SetValueFromCString to use llvm::StringRefPavel Labath2015-02-201-17/+16
* Handle trailing spaces on "settings set" command more correctlyPavel Labath2015-02-161-6/+7
* Fixed an issue where if the operating system python plug-in is changed at run...Greg Clayton2015-01-131-17/+20
* Now that "settings set" will strip leading and trailing spaces, we need a way...Greg Clayton2013-03-061-0/+22
* Adding a validation callback mechanism to OptionValueString (such a feature m...Enrico Granata2012-12-111-2/+60
* Made it so changes to the prompt via "settings set prompt" get noticed by the...Greg Clayton2012-09-011-5/+34
* Reimplemented the code that backed the "settings" in lldb. There were many is...Greg Clayton2012-08-221-0/+77
OpenPOWER on IntegriCloud