[Lldb-commits] [PATCH] D79757: Use IPv4 for Android connections

Greg Clayton via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed May 13 22:19:11 PDT 2020


clayborg added a comment.

There was a patch previous to this that enabled IPv6. We need IPv6 on some computers here at Facebook. Can you check this file's log and look at the IPv6 patch and make sure this doesn't just undo that patch prior to committing this? If it does undo that patch, maybe we can check to see if IPv6 works somehow in LLDB one time and then enable IPv6 if it is supported and disable it if not?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D79757/new/

https://reviews.llvm.org/D79757





More information about the lldb-commits mailing list