summaryrefslogtreecommitdiffstats
path: root/lldb/source/Interpreter/OptionValueString.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* Move Args.cpp from Interpreter to UtilityPavel Labath2018-04-171-1/+1
* Rename Error -> Status.Zachary Turner2017-05-121-9/+9
* Delete some more dead includes.Zachary Turner2017-03-221-0/+1
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* 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