Re: [lldb-dev] lldb-dev Digest, Vol 86, Issue 26

2017-07-28 Thread Mark Nelson via lldb-dev
Thanks for the verification Eugene. I guess for the short term I am going to look at hacking the source to force the use of a specific port - this might get us around the blocking issue. >Date: Thu, 27 Jul 2017 19:22:46 -0700 >From: Eugene Zemtsov via lldb-dev >To: Mark Nelson >Cc: lldb-dev@l

[lldb-dev] Remote debugging - unix socket and/or specific port

2017-07-24 Thread Mark Nelson via lldb-dev
Has there been any change in this since reported here : http://lists.llvm.org/pipermail/lldb-dev/2016-June/010616.html It is pretty clear that that the remote-linux platform is trying to open additional ports to talk to lldb-server, and if that server is in a container we need to expose them. But