Change CreateTarget and dependents to accept StringRef.
authorZachary Turner <zturner@google.com>
Fri, 18 Nov 2016 20:44:46 +0000 (20:44 +0000)
committerZachary Turner <zturner@google.com>
Fri, 18 Nov 2016 20:44:46 +0000 (20:44 +0000)
commita47464b2738c5180061f4cfe6b3f72238b3cfa7d
treebb35f622d5077ba508f8624fad7ad4943d87bf4d
parentde50acc31ec77e11cb1c8d383850e3b70e9fc308
Change CreateTarget and dependents to accept StringRef.

llvm-svn: 287376
13 files changed:
lldb/include/lldb/Interpreter/OptionGroupArchitecture.h
lldb/include/lldb/Target/TargetList.h
lldb/source/API/SBDebugger.cpp
lldb/source/Commands/CommandObjectProcess.cpp
lldb/source/Commands/CommandObjectTarget.cpp
lldb/source/Plugins/Platform/FreeBSD/PlatformFreeBSD.cpp
lldb/source/Plugins/Platform/Linux/PlatformLinux.cpp
lldb/source/Plugins/Platform/NetBSD/PlatformNetBSD.cpp
lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.cpp
lldb/source/Plugins/Platform/Windows/PlatformWindows.cpp
lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
lldb/source/Target/Platform.cpp
lldb/source/Target/TargetList.cpp