summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities/recursion
diff options
context:
space:
mode:
authorMichal Gorny <mgorny@gentoo.org>2019-03-03 12:42:43 +0000
committerMichal Gorny <mgorny@gentoo.org>2019-03-03 12:42:43 +0000
commite39ec43be77b924935f0501ffde93192cf94cd1e (patch)
tree66af159467c6d2a65b8cac71532574f0290bcda0 /lldb/packages/Python/lldbsuite/test/functionalities/recursion
parent981f216d1da586c67c5bf7b3e61ebf867dff9dae (diff)
downloadbcm5719-llvm-e39ec43be77b924935f0501ffde93192cf94cd1e.tar.gz
bcm5719-llvm-e39ec43be77b924935f0501ffde93192cf94cd1e.zip
[lldb] [Process/gdb-remote] Use '127.0.0.1' in ConnectLocally()
Use '127.0.0.1' instead of 'localhost' in ConnectLocally() function as this is the specific address the server is bound to. Using 'localhost' may involve trying IPv6 first which may accidentally be used by another service. While technically it might be interesting to support IPv6 here, it would need to be supported properly, with the connection copying family and address from the listening socket, and possibly without relying on existence of 'localhost' at all. Differential Revision: https://reviews.llvm.org/D58883 llvm-svn: 355285
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/recursion')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud