This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 8a072c94b [EditLine] Check string pointers before dereferencing them. new c28f81797 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 | 98 ++++++++++++++++++++++ unittests/Host/SocketTestUtilities.h | 47 +++++++++++ 6 files changed, 206 insertions(+), 87 deletions(-) create mode 100644 unittests/Host/ConnectionFileDescriptorTest.cpp create mode 100644 unittests/Host/SocketTestUtilities.cpp create mode 100644 unittests/Host/SocketTestUtilities.h