Make Options::SetOptionValue take a StringRef.
authorZachary Turner <zturner@google.com>
Sat, 12 Nov 2016 16:56:47 +0000 (16:56 +0000)
committerZachary Turner <zturner@google.com>
Sat, 12 Nov 2016 16:56:47 +0000 (16:56 +0000)
commitfe11483b57c1dc6a6758725e6de0d6804ec59ed1
treeaf50255449e1a57e1a528735cfa3458a5e9e66d2
parentc351fb16079ae8c88e868960829107a823a86246
Make Options::SetOptionValue take a StringRef.

llvm-svn: 286723
31 files changed:
lldb/include/lldb/Interpreter/Options.h
lldb/include/lldb/Target/Process.h
lldb/include/lldb/Target/ProcessLaunchInfo.h
lldb/source/Commands/CommandObjectArgs.cpp
lldb/source/Commands/CommandObjectArgs.h
lldb/source/Commands/CommandObjectBreakpoint.cpp
lldb/source/Commands/CommandObjectBreakpointCommand.cpp
lldb/source/Commands/CommandObjectCommands.cpp
lldb/source/Commands/CommandObjectDisassemble.cpp
lldb/source/Commands/CommandObjectDisassemble.h
lldb/source/Commands/CommandObjectExpression.h
lldb/source/Commands/CommandObjectFrame.cpp
lldb/source/Commands/CommandObjectHelp.h
lldb/source/Commands/CommandObjectLog.cpp
lldb/source/Commands/CommandObjectMemory.cpp
lldb/source/Commands/CommandObjectPlatform.cpp
lldb/source/Commands/CommandObjectProcess.cpp
lldb/source/Commands/CommandObjectRegister.cpp
lldb/source/Commands/CommandObjectSettings.cpp
lldb/source/Commands/CommandObjectSource.cpp
lldb/source/Commands/CommandObjectTarget.cpp
lldb/source/Commands/CommandObjectThread.cpp
lldb/source/Commands/CommandObjectType.cpp
lldb/source/Commands/CommandObjectWatchpoint.cpp
lldb/source/Commands/CommandObjectWatchpointCommand.cpp
lldb/source/Interpreter/Options.cpp
lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp
lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.cpp
lldb/source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLog.cpp
lldb/source/Target/Process.cpp
lldb/source/Target/ProcessLaunchInfo.cpp