This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 59ea62a Rewrite all Property related functions in terms of StringRef. new b3bb531 Convert Platform, Process, and Connection functions to 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/Core/Connection.h | 3 +- include/lldb/Core/ConnectionSharedMemory.h | 2 +- .../Host/posix/ConnectionFileDescriptorPosix.h | 14 ++-- .../Host/windows/ConnectionGenericFileWindows.h | 2 +- include/lldb/Target/Platform.h | 4 +- include/lldb/Target/Process.h | 6 +- include/lldb/Target/Target.h | 2 +- source/API/SBTarget.cpp | 2 +- source/Commands/CommandObjectTarget.cpp | 2 +- source/Core/ConnectionSharedMemory.cpp | 2 +- .../Host/posix/ConnectionFileDescriptorPosix.cpp | 87 +++++++++++----------- .../Host/windows/ConnectionGenericFileWindows.cpp | 19 ++--- .../Android/PlatformAndroidRemoteGDBServer.cpp | 9 ++- .../Android/PlatformAndroidRemoteGDBServer.h | 4 +- source/Plugins/Platform/POSIX/PlatformPOSIX.cpp | 4 +- source/Plugins/Platform/POSIX/PlatformPOSIX.h | 4 +- .../gdb-server/PlatformRemoteGDBServer.cpp | 5 +- .../Platform/gdb-server/PlatformRemoteGDBServer.h | 4 +- .../Process/gdb-remote/ProcessGDBRemote.cpp | 21 +++--- .../Plugins/Process/gdb-remote/ProcessGDBRemote.h | 4 +- source/Target/Platform.cpp | 4 +- source/Target/Process.cpp | 10 +-- source/Target/Target.cpp | 2 +- 23 files changed, 108 insertions(+), 108 deletions(-)