This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from ff4eb53 add hook for calling platform-dependent pre-kill action on a [...] new 81cd8a4 Update OptionGroup::SetValue to take StringRef.
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/lldb/Interpreter/Args.h | 4 +- include/lldb/Interpreter/OptionGroupArchitecture.h | 3 +- include/lldb/Interpreter/OptionGroupBoolean.h | 3 +- include/lldb/Interpreter/OptionGroupFile.h | 6 ++- include/lldb/Interpreter/OptionGroupFormat.h | 3 +- include/lldb/Interpreter/OptionGroupOutputFile.h | 3 +- include/lldb/Interpreter/OptionGroupPlatform.h | 3 +- include/lldb/Interpreter/OptionGroupString.h | 3 +- include/lldb/Interpreter/OptionGroupUInt64.h | 3 +- include/lldb/Interpreter/OptionGroupUUID.h | 3 +- .../Interpreter/OptionGroupValueObjectDisplay.h | 3 +- include/lldb/Interpreter/OptionGroupVariable.h | 3 +- include/lldb/Interpreter/OptionGroupWatchpoint.h | 3 +- include/lldb/Interpreter/OptionValue.h | 3 ++ include/lldb/Interpreter/OptionValueArch.h | 3 ++ include/lldb/Interpreter/OptionValueArray.h | 3 ++ include/lldb/Interpreter/OptionValueBoolean.h | 3 ++ include/lldb/Interpreter/OptionValueChar.h | 3 ++ include/lldb/Interpreter/OptionValueDictionary.h | 11 ++--- include/lldb/Interpreter/OptionValueEnumeration.h | 3 ++ include/lldb/Interpreter/OptionValueFileSpec.h | 3 ++ include/lldb/Interpreter/OptionValueFileSpecList.h | 3 ++ include/lldb/Interpreter/OptionValueFormat.h | 3 ++ include/lldb/Interpreter/OptionValueFormatEntity.h | 3 ++ include/lldb/Interpreter/OptionValueLanguage.h | 3 ++ include/lldb/Interpreter/OptionValuePathMappings.h | 3 ++ include/lldb/Interpreter/OptionValueProperties.h | 3 ++ include/lldb/Interpreter/OptionValueRegex.h | 3 ++ include/lldb/Interpreter/OptionValueSInt64.h | 3 ++ include/lldb/Interpreter/OptionValueString.h | 8 +++- include/lldb/Interpreter/OptionValueUInt64.h | 6 ++- include/lldb/Interpreter/OptionValueUUID.h | 3 ++ include/lldb/Interpreter/Options.h | 4 +- include/lldb/Target/Language.h | 3 +- include/lldb/Target/Platform.h | 6 +-- source/API/SBLanguageRuntime.cpp | 3 +- source/Commands/CommandObjectBreakpoint.cpp | 19 ++++---- source/Commands/CommandObjectBreakpointCommand.cpp | 3 +- source/Commands/CommandObjectCommands.cpp | 30 ++++++++----- source/Commands/CommandObjectExpression.cpp | 51 ++++++++++++---------- source/Commands/CommandObjectExpression.h | 3 +- source/Commands/CommandObjectMemory.cpp | 37 ++++++++-------- source/Commands/CommandObjectPlatform.cpp | 23 +++++----- source/Commands/CommandObjectRegister.cpp | 3 +- source/Commands/CommandObjectTarget.cpp | 4 +- source/Commands/CommandObjectThread.cpp | 5 ++- source/Commands/CommandObjectType.cpp | 32 ++++++++------ source/Commands/CommandObjectWatchpointCommand.cpp | 5 ++- source/Interpreter/Args.cpp | 41 +++++++++-------- source/Interpreter/OptionGroupArchitecture.cpp | 2 +- source/Interpreter/OptionGroupBoolean.cpp | 4 +- source/Interpreter/OptionGroupFile.cpp | 6 +-- source/Interpreter/OptionGroupFormat.cpp | 30 +++++-------- source/Interpreter/OptionGroupOutputFile.cpp | 2 +- source/Interpreter/OptionGroupPlatform.cpp | 12 ++--- source/Interpreter/OptionGroupString.cpp | 2 +- source/Interpreter/OptionGroupUInt64.cpp | 2 +- source/Interpreter/OptionGroupUUID.cpp | 2 +- .../Interpreter/OptionGroupValueObjectDisplay.cpp | 48 ++++++++++---------- source/Interpreter/OptionGroupVariable.cpp | 2 +- source/Interpreter/OptionGroupWatchpoint.cpp | 2 +- source/Interpreter/OptionValue.cpp | 5 ++- source/Interpreter/OptionValueChar.cpp | 2 +- source/Interpreter/OptionValueDictionary.cpp | 30 +------------ source/Interpreter/OptionValueString.cpp | 11 ++--- source/Interpreter/OptionValueUInt64.cpp | 4 +- source/Interpreter/Options.cpp | 4 +- source/Interpreter/Property.cpp | 4 +- source/Target/Language.cpp | 4 -- source/Target/Platform.cpp | 6 +-- 70 files changed, 320 insertions(+), 252 deletions(-)