Convert Platform, Process, and Connection functions to StringRef.
authorZachary Turner <zturner@google.com>
Thu, 17 Nov 2016 21:15:14 +0000 (21:15 +0000)
committerZachary Turner <zturner@google.com>
Thu, 17 Nov 2016 21:15:14 +0000 (21:15 +0000)
commit3165945a419e4882b94f73f005f9ea4d3d10a985
treef8ecba9330545a9f0fa01053d2d237c46d85319f
parentca9d83475e94b3b1649f6f76b4cd6c345ea0404b
Convert Platform, Process, and Connection functions to StringRef.

All tests pass on Linux and Windows.

llvm-svn: 287259
23 files changed:
lldb/include/lldb/Core/Connection.h
lldb/include/lldb/Core/ConnectionSharedMemory.h
lldb/include/lldb/Host/posix/ConnectionFileDescriptorPosix.h
lldb/include/lldb/Host/windows/ConnectionGenericFileWindows.h
lldb/include/lldb/Target/Platform.h
lldb/include/lldb/Target/Process.h
lldb/include/lldb/Target/Target.h
lldb/source/API/SBTarget.cpp
lldb/source/Commands/CommandObjectTarget.cpp
lldb/source/Core/ConnectionSharedMemory.cpp
lldb/source/Host/posix/ConnectionFileDescriptorPosix.cpp
lldb/source/Host/windows/ConnectionGenericFileWindows.cpp
lldb/source/Plugins/Platform/Android/PlatformAndroidRemoteGDBServer.cpp
lldb/source/Plugins/Platform/Android/PlatformAndroidRemoteGDBServer.h
lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.cpp
lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.h
lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.h
lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h
lldb/source/Target/Platform.cpp
lldb/source/Target/Process.cpp
lldb/source/Target/Target.cpp