Update GDB remote command regex for IPv6
authorChris Bieneman <beanz@apple.com>
Thu, 27 Apr 2017 16:13:58 +0000 (16:13 +0000)
committerChris Bieneman <beanz@apple.com>
Thu, 27 Apr 2017 16:13:58 +0000 (16:13 +0000)
commit51978f5ba206c47a5e36eeea42b75d128a4df2e8
tree9a5a787613fc0b67736ecc91880d8cbeb177871e
parent792a6fcc57c2e912e8db128750fd65eb2da446a8
Update GDB remote command regex for IPv6

This updates the regular expression used to match host/port pairs for the gdb-remote command to also match IPv6 addresses.

The IPv6 address matcher is very generic and does not really check for structural validity of the address. It turns out that IPv6 addresses are very complicated.

llvm-svn: 301559
lldb/source/Interpreter/CommandInterpreter.cpp