llvm-project/lldb/source/Plugins/Platform/Android
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
..
AdbClient.cpp iwyu fixes for lldbCore. 2017-04-06 21:28:29 +00:00
AdbClient.h Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
CMakeLists.txt [CMake] [3/4] Update a batch of plugins 2017-01-31 22:29:11 +00:00
PlatformAndroid.cpp Move Log from Core -> Utility. 2017-03-03 20:56:28 +00:00
PlatformAndroid.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
PlatformAndroidRemoteGDBServer.cpp Revert yesterdays IPv6 patches 2017-04-19 10:13:22 +00:00
PlatformAndroidRemoteGDBServer.h Convert Platform, Process, and Connection functions to StringRef. 2016-11-17 21:15:14 +00:00