[Lldb-commits] [PATCH] D24847: Make OptionGroup::SetValue take a StringRef
Zachary Turner via lldb-commits
lldb-commits at lists.llvm.org
Thu Sep 22 14:38:48 PDT 2016
zturner created this revision.
zturner added a reviewer: clayborg.
zturner added a subscriber: lldb-commits.
As before, some copies are removed, a few are introduced. When I get to Option::SetValue, those that are introduced should go away.
https://reviews.llvm.org/D24847
Files:
include/lldb/Interpreter/Args.h
include/lldb/Interpreter/OptionGroupArchitecture.h
include/lldb/Interpreter/OptionGroupBoolean.h
include/lldb/Interpreter/OptionGroupFile.h
include/lldb/Interpreter/OptionGroupFormat.h
include/lldb/Interpreter/OptionGroupOutputFile.h
include/lldb/Interpreter/OptionGroupPlatform.h
include/lldb/Interpreter/OptionGroupString.h
include/lldb/Interpreter/OptionGroupUInt64.h
include/lldb/Interpreter/OptionGroupUUID.h
include/lldb/Interpreter/OptionGroupValueObjectDisplay.h
include/lldb/Interpreter/OptionGroupVariable.h
include/lldb/Interpreter/OptionGroupWatchpoint.h
include/lldb/Interpreter/OptionValue.h
include/lldb/Interpreter/OptionValueArch.h
include/lldb/Interpreter/OptionValueArray.h
include/lldb/Interpreter/OptionValueBoolean.h
include/lldb/Interpreter/OptionValueChar.h
include/lldb/Interpreter/OptionValueDictionary.h
include/lldb/Interpreter/OptionValueEnumeration.h
include/lldb/Interpreter/OptionValueFileSpec.h
include/lldb/Interpreter/OptionValueFileSpecList.h
include/lldb/Interpreter/OptionValueFormat.h
include/lldb/Interpreter/OptionValueFormatEntity.h
include/lldb/Interpreter/OptionValueLanguage.h
include/lldb/Interpreter/OptionValuePathMappings.h
include/lldb/Interpreter/OptionValueProperties.h
include/lldb/Interpreter/OptionValueRegex.h
include/lldb/Interpreter/OptionValueSInt64.h
include/lldb/Interpreter/OptionValueString.h
include/lldb/Interpreter/OptionValueUInt64.h
include/lldb/Interpreter/OptionValueUUID.h
include/lldb/Interpreter/Options.h
include/lldb/Target/Language.h
include/lldb/Target/Platform.h
source/API/SBLanguageRuntime.cpp
source/Commands/CommandObjectBreakpoint.cpp
source/Commands/CommandObjectBreakpointCommand.cpp
source/Commands/CommandObjectCommands.cpp
source/Commands/CommandObjectExpression.cpp
source/Commands/CommandObjectExpression.h
source/Commands/CommandObjectMemory.cpp
source/Commands/CommandObjectPlatform.cpp
source/Commands/CommandObjectRegister.cpp
source/Commands/CommandObjectTarget.cpp
source/Commands/CommandObjectThread.cpp
source/Commands/CommandObjectType.cpp
source/Commands/CommandObjectWatchpointCommand.cpp
source/Interpreter/Args.cpp
source/Interpreter/OptionGroupArchitecture.cpp
source/Interpreter/OptionGroupBoolean.cpp
source/Interpreter/OptionGroupFile.cpp
source/Interpreter/OptionGroupFormat.cpp
source/Interpreter/OptionGroupOutputFile.cpp
source/Interpreter/OptionGroupPlatform.cpp
source/Interpreter/OptionGroupString.cpp
source/Interpreter/OptionGroupUInt64.cpp
source/Interpreter/OptionGroupUUID.cpp
source/Interpreter/OptionGroupValueObjectDisplay.cpp
source/Interpreter/OptionGroupVariable.cpp
source/Interpreter/OptionGroupWatchpoint.cpp
source/Interpreter/OptionValue.cpp
source/Interpreter/OptionValueChar.cpp
source/Interpreter/OptionValueDictionary.cpp
source/Interpreter/OptionValueUInt64.cpp
source/Interpreter/Options.cpp
source/Interpreter/Property.cpp
source/Target/Language.cpp
source/Target/Platform.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24847.72216.patch
Type: text/x-patch
Size: 69086 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20160922/307bd84e/attachment-0001.bin>
More information about the lldb-commits
mailing list