llvm-project/lldb/source/Host
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
..
android *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
common Revert yesterdays IPv6 patches 2017-04-19 10:13:22 +00:00
freebsd Correct environ parsing on FreeBSD 2017-04-07 16:40:25 +00:00
linux Revert yesterdays IPv6 patches 2017-04-19 10:13:22 +00:00
macosx Fix warnings from clang build on macOS. 2017-03-23 09:52:26 +00:00
netbsd Correct environ parsing on NetBSD 2017-04-07 16:45:36 +00:00
openbsd [LLDB] OpenBSD support 2017-03-26 15:34:57 +00:00
posix Revert yesterdays IPv6 patches 2017-04-19 10:13:22 +00:00
windows iwyu fixes for lldbCore. 2017-04-06 21:28:29 +00:00
CMakeLists.txt Revert yesterdays IPv6 patches 2017-04-19 10:13:22 +00:00