This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from acdc69325 Add libc++ category to the remaining libc++ data formatters new d742d081f Support Unit Testing debugserver new a5d7452c3 [NFC] Adding a new wrapper for getaddrinfo
The 2 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/SocketAddress.h | 16 +++ source/Host/common/SocketAddress.cpp | 48 ++++++++ tools/debugserver/source/CMakeLists.txt | 87 +++++++++++--- tools/debugserver/source/MacOSX/CMakeLists.txt | 67 ----------- unittests/CMakeLists.txt | 4 + unittests/debugserver/CMakeLists.txt | 19 ++++ unittests/debugserver/RNBSocketTest.cpp | 133 ++++++++++++++++++++++ unittests/debugserver/debugserver_LogCallback.cpp | 20 ++++ 8 files changed, 309 insertions(+), 85 deletions(-) create mode 100644 unittests/debugserver/CMakeLists.txt create mode 100644 unittests/debugserver/RNBSocketTest.cpp create mode 100644 unittests/debugserver/debugserver_LogCallback.cpp