[PATCH] D42845: Add an option 'allow-all-hosts' to permit lldb debugging inside a Docker container

Pavel Labath via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 7 06:23:28 PST 2018


labath added a comment.

I'm confused here. Can you share the exact commands you use to setup the debug session?

The address we pass to llgs is based on the getpeername(2) of the platform connection. Presumably the second connection is going to come through the same kind of NAT as the first one so LLGS should see the same address as the platform instance does. But then you wouldn't need this switch, so I must be misunderstanding something, and I'd like to know what it is.


Repository:
  rL LLVM

https://reviews.llvm.org/D42845





More information about the llvm-commits mailing list