llvm-project/lldb/source/Host/linux
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
..
AbstractSocket.cpp Revert yesterdays IPv6 patches 2017-04-19 10:13:22 +00:00
Host.cpp Move GetAuxvData from Host to relevant process plugins 2017-03-17 11:08:40 +00:00
HostInfoLinux.cpp Delete some dead code in HostInfo. 2017-03-21 04:01:59 +00:00
LibcGlue.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
ProcessLauncherLinux.cpp Transform ProcessLauncherLinux to ProcessLauncherPosixFork 2017-02-01 14:30:40 +00:00
Support.cpp Remove some ProcFileReader occurences 2017-03-15 15:08:49 +00:00