This is an archive of the discontinued LLVM Phabricator instance.

[lldb] Replace "127.0.0.1" with "localhost" in GDBRemoteCommunication.cpp
AbandonedPublic

Authored by jgorbe on Jun 6 2019, 1:53 PM.

Details

Reviewers
None
Summary

127.0.0.1 doesn't work in machines configured with IPv6-only networking.

Diff Detail

Event Timeline

jgorbe created this revision.Jun 6 2019, 1:53 PM
jgorbe added a comment.Jun 6 2019, 1:55 PM

Hm, I just realized I'm undoing https://reviews.llvm.org/D58883.

I'll withdraw this patch and upload it again once I'm sure I'm taking that into account.

jgorbe abandoned this revision.Jun 6 2019, 1:56 PM
jgorbe removed reviewers: clayborg, labath.