llvm-project/lldb/unittests/Process/gdb-remote
Pavel Labath 107e694271 Revert yesterdays IPv6 patches
The break the linux bots (and probably any other machine which would
run the test suite in a massively parallel way). The problem is that it
can happen that we only successfully create an IPv6 listening socket
(because the relevant IPv4 port is used by another process) and then the
connecting side attempts to connect to the IPv4 port and fails.

It's not very obvious how to fix this problem, so I am reverting this
until we come up with a solution.

llvm-svn: 300669
2017-04-19 10:13:22 +00:00
..
CMakeLists.txt [CMake] Update unit tests with accurate dependencies 2017-02-01 22:17:00 +00:00
GDBRemoteClientBaseTest.cpp Move many other files from Core -> Utility. 2017-03-06 18:34:25 +00:00
GDBRemoteCommunicationClientTest.cpp Verify memory address range validity in GDBRemoteCommunicationClient 2017-03-31 18:00:48 +00:00
GDBRemoteTestUtils.cpp Revert yesterdays IPv6 patches 2017-04-19 10:13:22 +00:00
GDBRemoteTestUtils.h Attempt to fix freebsd build after r287864 2016-11-24 11:22:43 +00:00