TCPSocket: add back support for "*" address
authorPavel Labath <labath@google.com>
Thu, 27 Apr 2017 11:32:25 +0000 (11:32 +0000)
committerPavel Labath <labath@google.com>
Thu, 27 Apr 2017 11:32:25 +0000 (11:32 +0000)
commitf57453aece3e1dc56ce00a29ec6612d33e521c88
treeb97371445274b4e7d8c047f8c0f131d1b9b151c5
parentac4e022d7277da841be0862767518188070d8f8d
TCPSocket: add back support for "*" address

before r301492, we could specify "*:1234" as an address to lldb-server
and it would interpret that as "any". I am not sure that's a good idea,
but we have usages of that in the test suite, and without this the
remote test suite fails.

I'm adding that back, as it does not seem it was an intended side-effect
of that change, but I am open to removing it in the future, after
discussion and test suite fixup.

llvm-svn: 301534
lldb/source/Host/common/TCPSocket.cpp