llvm-project/lldb/source/Host/common
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
..
Editline.cpp iwyu fixes on lldbUtility. 2017-04-06 18:12:24 +00:00
File.cpp [CMake] Support generating Config.h 2017-04-14 22:03:45 +00:00
FileCache.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
FileSystem.cpp Delete LLDB's MD5 code. Use LLVM instead. 2017-03-20 23:54:54 +00:00
GetOptInc.cpp [lldb] Fix typos in file headers 2016-11-26 05:23:44 +00:00
Host.cpp Battery of NetBSD support improvements 2017-03-30 20:25:29 +00:00
HostInfoBase.cpp Delete some dead code in HostInfo. 2017-03-21 04:01:59 +00:00
HostNativeThreadBase.cpp Delete LLDB's code for getting / setting thread name. 2017-03-04 01:31:06 +00:00
HostProcess.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
HostThread.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
IOObject.cpp Creates a socket host object. 2014-08-06 18:16:26 +00:00
LockFileBase.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MonitoringProcessLauncher.cpp Resubmit FileSystem changes. 2017-03-08 17:56:08 +00:00
NativeBreakpoint.cpp Move Log from Core -> Utility. 2017-03-03 20:56:28 +00:00
NativeBreakpointList.cpp Move Log from Core -> Utility. 2017-03-03 20:56:28 +00:00
NativeProcessProtocol.cpp Reuse appropriate Launch and Attach on NetBSD 2017-03-22 17:24:37 +00:00
NativeRegisterContext.cpp Move Log from Core -> Utility. 2017-03-03 20:56:28 +00:00
NativeThreadProtocol.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
NativeWatchpointList.cpp Move Log from Core -> Utility. 2017-03-03 20:56:28 +00:00
OptionParser.cpp Make OptionParser::Parse() take StringRef. 2016-11-13 04:24:38 +00:00
PipeBase.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
ProcessRunLock.cpp [lldb] Fix typos in file headers 2016-11-26 05:23:44 +00:00
PseudoTerminal.cpp Finish breaking the dependency from Utility. 2017-02-16 19:38:21 +00:00
Socket.cpp Revert yesterdays IPv6 patches 2017-04-19 10:13:22 +00:00
SocketAddress.cpp [NFC] Adding a new wrapper for getaddrinfo 2017-04-12 21:56:33 +00:00
SoftwareBreakpoint.cpp Move Log from Core -> Utility. 2017-03-03 20:56:28 +00:00
StringConvert.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
Symbols.cpp Add NetBSD path for Debugging Information in Separate Files 2017-03-29 19:52:24 +00:00
TCPSocket.cpp Revert yesterdays IPv6 patches 2017-04-19 10:13:22 +00:00
Terminal.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
ThreadLauncher.cpp Delete LLDB's code for getting / setting thread name. 2017-03-04 01:31:06 +00:00
UDPSocket.cpp Revert yesterdays IPv6 patches 2017-04-19 10:13:22 +00:00
XML.cpp Fix some use-after-frees that my last CL introduced. 2016-11-13 03:36:01 +00:00