llvm-project/lldb/source/Host/common
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
..
Editline.cpp Fix bug #28898 2017-05-25 20:12:30 +00:00
File.cpp Fix typo/unbreak windows build broken by r307009 2017-07-03 11:01:49 +00:00
FileCache.cpp Rename Error -> Status. 2017-05-12 04:51:55 +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 Move Connection and IOObject interfaces to Utility module 2017-06-27 10:33:14 +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 Rename Error -> Status. 2017-05-12 04:51:55 +00:00
HostThread.cpp Rename Error -> Status. 2017-05-12 04:51:55 +00:00
LockFileBase.cpp Rename Error -> Status. 2017-05-12 04:51:55 +00:00
MainLoop.cpp [MainLoop] Fix possible use of an invalid iterator 2017-07-12 12:38:31 +00:00
MonitoringProcessLauncher.cpp Rename Error -> Status. 2017-05-12 04:51:55 +00:00
NativeBreakpoint.cpp Rename Error -> Status. 2017-05-12 04:51:55 +00:00
NativeBreakpointList.cpp Rename Error -> Status. 2017-05-12 04:51:55 +00:00
NativeProcessProtocol.cpp Add a NativeProcessProtocol Factory class 2017-07-07 11:02:19 +00:00
NativeRegisterContext.cpp Rename Error -> Status. 2017-05-12 04:51:55 +00:00
NativeThreadProtocol.cpp Rename Error -> Status. 2017-05-12 04:51:55 +00:00
NativeWatchpointList.cpp Rename Error -> Status. 2017-05-12 04:51:55 +00:00
OptionParser.cpp Make OptionParser::Parse() take StringRef. 2016-11-13 04:24:38 +00:00
PipeBase.cpp Rename Error -> Status. 2017-05-12 04:51:55 +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 Rename Error -> Status. 2017-05-12 04:51:55 +00:00
SocketAddress.cpp Fix debugserver accepting remote connections 2017-07-13 20:58:13 +00:00
SoftwareBreakpoint.cpp Rename Error -> Status. 2017-05-12 04:51:55 +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 Move Timer and TraceOptions from Core to Utility 2017-06-29 14:32:17 +00:00
TCPSocket.cpp Rename Error -> Status. 2017-05-12 04:51:55 +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 Rename Error -> Status. 2017-05-12 04:51:55 +00:00
UDPSocket.cpp Rename Error -> Status. 2017-05-12 04:51:55 +00:00
XML.cpp Fix some use-after-frees that my last CL introduced. 2016-11-13 03:36:01 +00:00