[Lldb-commits] [PATCH] D31823: Update LLDB Host to support IPv6 over TCP

Phabricator via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Apr 18 13:14:52 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL300579: Update LLDB Host to support IPv6 over TCP (authored by cbieneman).

Changed prior to commit:
  https://reviews.llvm.org/D31823?vs=95453&id=95616#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D31823

Files:
  lldb/trunk/cmake/modules/LLDBConfig.cmake
  lldb/trunk/include/lldb/Host/Config.h
  lldb/trunk/include/lldb/Host/Config.h.cmake
  lldb/trunk/include/lldb/Host/MainLoop.h
  lldb/trunk/include/lldb/Host/Socket.h
  lldb/trunk/include/lldb/Host/common/TCPSocket.h
  lldb/trunk/include/lldb/Host/common/UDPSocket.h
  lldb/trunk/include/lldb/Host/linux/AbstractSocket.h
  lldb/trunk/include/lldb/Host/posix/DomainSocket.h
  lldb/trunk/include/lldb/Host/posix/MainLoopPosix.h
  lldb/trunk/lldb.xcodeproj/project.pbxproj
  lldb/trunk/source/Host/CMakeLists.txt
  lldb/trunk/source/Host/common/MainLoop.cpp
  lldb/trunk/source/Host/common/Socket.cpp
  lldb/trunk/source/Host/common/TCPSocket.cpp
  lldb/trunk/source/Host/common/UDPSocket.cpp
  lldb/trunk/source/Host/linux/AbstractSocket.cpp
  lldb/trunk/source/Host/posix/ConnectionFileDescriptorPosix.cpp
  lldb/trunk/source/Host/posix/DomainSocket.cpp
  lldb/trunk/source/Host/posix/MainLoopPosix.cpp
  lldb/trunk/source/Plugins/Platform/Android/PlatformAndroidRemoteGDBServer.cpp
  lldb/trunk/tools/lldb-server/Acceptor.cpp
  lldb/trunk/unittests/Host/SocketTest.cpp
  lldb/trunk/unittests/Process/gdb-remote/GDBRemoteTestUtils.cpp
  lldb/trunk/unittests/debugserver/RNBSocketTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D31823.95616.patch
Type: text/x-patch
Size: 63821 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20170418/fa878063/attachment-0001.bin>


More information about the lldb-commits mailing list