summaryrefslogtreecommitdiffstats
path: root/lldb/source/Interpreter/OptionValue.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rewrite all Property related functions in terms of StringRef.Zachary Turner2016-11-171-4/+4
* Convert AutoComplete related code to StringRef.Zachary Turner2016-11-171-3/+4
* Update the prompt related functions to use StringRefs.Zachary Turner2016-09-231-2/+2
* Update OptionGroup::SetValue to take StringRef.Zachary Turner2016-09-231-2/+3
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-667/+553
* Add an OptionValueLanguage classEnrico Granata2015-02-201-0/+39
* Refactor OptionValue::SetValueFromCString to use llvm::StringRefPavel Labath2015-02-201-2/+2
* Get rid of Debugger::FormatPrompt() and replace it with the new FormatEntity ...Greg Clayton2015-02-041-9/+36
* Add support for character option types.Zachary Turner2015-01-121-0/+39
* Switch NULL to C++11 nullptr in source/InterpreterEd Maste2014-04-201-34/+34
* <rdar://problem/11757916>Greg Clayton2012-08-291-1/+1
* Remove further outdated "settings" code and also implement a few missing things.Greg Clayton2012-08-221-1/+1
* Reimplemented the code that backed the "settings" in lldb. There were many is...Greg Clayton2012-08-221-0/+633
OpenPOWER on IntegriCloud