This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 2baa77d49 [SymbolFileDWARF] Remove unused member (NFC) new 8aa7e01c8 Fix IPv6 support on lldb-server platform
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: .../Host/posix/ConnectionFileDescriptorPosix.cpp | 2 +- unittests/Host/CMakeLists.txt | 2 + unittests/Host/ConnectionFileDescriptorTest.cpp | 50 ++++++++++ unittests/Host/SocketTest.cpp | 94 ++----------------- unittests/Host/SocketTestUtilities.cpp | 104 +++++++++++++++++++++ unittests/Host/SocketTestUtilities.h | 47 ++++++++++ 6 files changed, 212 insertions(+), 87 deletions(-) create mode 100644 unittests/Host/ConnectionFileDescriptorTest.cpp create mode 100644 unittests/Host/SocketTestUtilities.cpp create mode 100644 unittests/Host/SocketTestUtilities.h