<div dir="ltr">Has there been any change in this since reported here :<div><br></div><div><a href="http://lists.llvm.org/pipermail/lldb-dev/2016-June/010616.html">http://lists.llvm.org/pipermail/lldb-dev/2016-June/010616.html</a></div><div><br></div><div>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 what ports, how many, how to specify? All uncertain.</div><div><br></div><div>Looking at the source shows there are some (undocumented?) port commands in lldb-server platform, I'm wondering if this is a solved problem that just doesn't have an easy-to-search-for solution.</div><div><br></div><div>BTW, I may be barking up the wrong tree. I am using lldb on the host and lldb-server on the remote, so the gdb-server protocol shouldn't be in play, at least I don't think so.</div><div><br></div><div>But the problem I see in this configuration sure looks to be one of ports being firewalled.</div><div><pre style="white-space:pre-wrap;color:rgb(0,0,0)">>Hi Adrien,
>
>I think your diagnosis is correct here. LLDB does indeed create an
>additional connection to the gdb-server instance which is started by the
>platform instance when you start debugging. In case of android platforms we
>already include code to forward this port automatically, but there is no
>such thing for linux -- we just expect the server to be reachable.</pre><pre style="white-space:pre-wrap;color:rgb(0,0,0)"><br></pre><div><div class="gmail_signature"><span style="border-collapse:collapse"><p style="margin:0px"><font face="arial, sans-serif">------------------------------------------------------------------------------</font></p><p style="margin:0px"><font face="arial, sans-serif">Mark Nelson – <a href="https://mail.google.com/mail/?view=cm&fs=1&tf=1&to=markn@ieee.org" target="_blank">markn@ieee.org</a> - <a href="http://marknelson.us" target="_blank">http://marknelson.us</a></font></p></span></div></div>
</div></div>