aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Interpreter/OptionValueArray.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-311/+265
2016-02-16Add -Wimplicit-fallthrough command line option to clang inJason Molenda1-0/+1
2015-02-20Refactor OptionValue::SetValueFromCString to use llvm::StringRefPavel Labath1-2/+2
2015-02-13Add -exec-arguments commandIlia K1-2/+6
2015-01-15Moved Args::StringToXIntYZ to StringConvert::ToXIntYZVince Harron1-4/+5
2015-01-13Fixed an issue where if the operating system python plug-in is changed at run...Greg Clayton1-0/+1
2015-01-12Add support for character option types.Zachary Turner1-0/+1
2014-04-20Switch NULL to C++11 nullptr in source/InterpreterEd Maste1-2/+2
2014-04-02sanitise sign comparisonsSaleem Abdulrasool1-1/+2
2012-11-29Resolve printf formatting warnings on Linux:Daniel Malea1-2/+2
2012-09-18Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. S...Greg Clayton1-2/+2
2012-08-22Reimplemented the code that backed the "settings" in lldb. There were many is...Greg Clayton1-0/+350