llvm-project/lldb/tools/lldb-server
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
..
Darwin/resources [NFC] Darwin llgs support from Week of Code 2016-09-04 00:18:56 +00:00
Acceptor.cpp Revert yesterdays IPv6 patches 2017-04-19 10:13:22 +00:00
Acceptor.h Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
CMakeLists.txt Add stub for PluginProcessNetBSD 2017-03-21 17:30:47 +00:00
LLDBServerUtilities.cpp Remove lldb streams from the Log class completely 2017-03-15 09:06:58 +00:00
LLDBServerUtilities.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
lldb-gdbserver.cpp Remove the verbose category in the gdb-remote channel 2017-02-06 19:31:09 +00:00
lldb-platform.cpp Move FileSpec from Host -> Utility. 2017-03-22 18:40:07 +00:00
lldb-server.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
lldb-server.exports Only export public symbols with the cmake build. 2015-09-04 00:00:41 +00:00