[Lldb-commits] [PATCH] D31824: Update DebugServer to support IPv6 over TCP
Chris Bieneman via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Apr 10 11:52:42 PDT 2017
beanz created this revision.
Herald added a subscriber: mgorny.
This patch adds IPv6 support to debugserver. It follows a similar pattern to the changes proposed for LLDB/Host except that the listen implementation is only with kqueue(2) because debugserver is only supported on Darwin.
https://reviews.llvm.org/D31824
Files:
tools/debugserver/debugserver.xcodeproj/project.pbxproj
tools/debugserver/source/CMakeLists.txt
tools/debugserver/source/RNBSocket.cpp
tools/debugserver/source/debugserver.cpp
unittests/debugserver/RNBSocketTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D31824.94552.patch
Type: text/x-patch
Size: 16587 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20170410/4b21e381/attachment.bin>
More information about the lldb-commits
mailing list