This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from a07074594 Shorten sanitizer plugin names new 2103ae804 Move Connection and IOObject interfaces to Utility module
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/Host/File.h | 2 +- include/lldb/Host/Host.h | 3 ++ include/lldb/Host/MainLoopBase.h | 8 ++---- include/lldb/Host/Socket.h | 2 +- .../Host/posix/ConnectionFileDescriptorPosix.h | 4 +-- .../Host/windows/ConnectionGenericFileWindows.h | 2 +- include/lldb/{Core => Utility}/Connection.h | 6 ++-- include/lldb/{Host => Utility}/IOObject.h | 4 +-- source/API/SBCommunication.cpp | 3 +- source/Core/CMakeLists.txt | 1 - source/Core/Communication.cpp | 2 +- source/Core/Connection.cpp | 32 ---------------------- source/Host/CMakeLists.txt | 1 - source/Host/common/Host.cpp | 10 +++++++ .../Host/posix/ConnectionFileDescriptorPosix.cpp | 3 +- source/Utility/CMakeLists.txt | 2 ++ .../common/IOObject.cpp => Utility/Connection.cpp} | 6 ++-- source/{Host/common => Utility}/IOObject.cpp | 3 +- tools/lldb-server/Acceptor.h | 2 +- 19 files changed, 37 insertions(+), 59 deletions(-) rename include/lldb/{Core => Utility}/Connection.h (98%) rename include/lldb/{Host => Utility}/IOObject.h (96%) delete mode 100644 source/Core/Connection.cpp copy source/{Host/common/IOObject.cpp => Utility/Connection.cpp} (65%) rename source/{Host/common => Utility}/IOObject.cpp (86%)