summaryrefslogtreecommitdiffstats
path: root/lldb/source/Interpreter/OptionValueEnumeration.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replaced more boilerplate code with CompletionRequest (NFC)Raphael Isemann2018-07-131-10/+10
* Rename Error -> Status.Zachary Turner2017-05-121-3/+3
* Change UniqueCStringMap to use ConstString as the keyPavel Labath2017-05-021-8/+7
* Move StringList from Core -> Utility.Zachary Turner2017-03-211-1/+1
* Convert AutoComplete related code to StringRef.Zachary Turner2016-11-171-2/+2
* Don't allow direct access to StreamString's internal buffer.Zachary Turner2016-11-161-1/+1
* Remove unused variable.Zachary Turner2016-10-071-1/+0
* Convert UniqueCStringMap to use StringRef.Zachary Turner2016-10-061-6/+7
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-125/+94
* Refactor OptionValue::SetValueFromCString to use llvm::StringRefPavel Labath2015-02-201-10/+5
* Handle trailing spaces on "settings set" command more correctlyPavel Labath2015-02-161-1/+1
* Fixed an issue where if the operating system python plug-in is changed at run...Greg Clayton2015-01-131-0/+2
* Switch NULL to C++11 nullptr in source/InterpreterEd Maste2014-04-201-1/+1
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-1/+1
* <rdar://problem/12022079>Greg Clayton2012-08-231-0/+35
* Reimplemented the code that backed the "settings" in lldb. There were many is...Greg Clayton2012-08-221-0/+131
OpenPOWER on IntegriCloud