llvm-project/lldb/source/Host
Chris Bieneman 7dc58b238d Fix debugserver accepting remote connections
While adding IPv6 support to debugserver I broke handling wildcard addresses and fully qualified address filtering. This patch resolves that bug and adds a test for matching the address "*".

<rdar://problem/32947613>

llvm-svn: 307957
2017-07-13 20:58:13 +00:00
..
android *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
common Fix debugserver accepting remote connections 2017-07-13 20:58:13 +00:00
freebsd Remove dead Core/StreamFile includes 2017-06-30 11:31:13 +00:00
linux Implementation of Intel(R) Processor Trace support for Linux 2017-06-28 07:58:31 +00:00
macosx Use llvm::sys::RetryAfterSignal instead of a manual while errno!=EINTR loop 2017-07-03 09:25:55 +00:00
netbsd Remove dead Core/StreamFile includes 2017-06-30 11:31:13 +00:00
openbsd Remove dead Core/StreamFile includes 2017-06-30 11:31:13 +00:00
posix Use llvm::sys::RetryAfterSignal instead of a manual while errno!=EINTR loop 2017-07-03 09:25:55 +00:00
windows Remove dead Core/StreamFile includes 2017-06-30 11:31:13 +00:00
CMakeLists.txt Move Connection and IOObject interfaces to Utility module 2017-06-27 10:33:14 +00:00