<div dir="ltr">Hi Adrien,<div><br></div><div>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.</div><div><br></div><div>Unfortunately, there is no way to control this behavior at the moment. I suppose you could unblock all ports on the container, but make sure that they are only reachable from the host (I know that's not ideal).</div><div><br></div><div>cheers,</div><div>pl</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On 22 June 2016 at 19:18, Adrien Duermael via lldb-dev <span dir="ltr"><<a href="mailto:lldb-dev@lists.llvm.org" target="_blank">lldb-dev@lists.llvm.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5"><div style="word-wrap:break-word">Hi, <div><br></div><div>I’ve been trying to run<b> lldb-server</b> from within a linux container lately. </div><div><br></div><div>When I try to attach from outside the container using <b>lldb </b>command, most steps are successful but I can’t launch the process:</div><div><br></div><div>platform select remote-linux 👍</div><div>platform connect <a>connect://IP:PORT</a> 👍</div><div>target create main 👍</div><div>process launch ❌</div><div><br></div><div>My guess is that the container only exposes the control port, the one I’m listening to with <b>lldb-server p --listen *:PORT.</b></div><div>And it seems that ports are dynamically allocated to then handle process debugging. </div><div><br></div><div>I don’t want my container to expose too many ports, as I usually have in fact only one debuggable process running inside.</div><div>(I tried, I can launch my process if the container exposes all ports)</div><div><br></div><div>Is there a way to set a range for these dynamically allocated ports using <b>lldb-server?</b></div><div><br></div><div>I can’t find it in the docs, and help command can’t help me either:</div><div><div><b>Usage:</b></div><div><b>  lldb-server p [--log-file log-file-name] [--log-channels log-channel-list] [--port-file port-file-path] --server --listen port</b></div></div><div><b><br></b></div><div>Also, is there an option to use unix sockets instead of ports?</div><div><br></div><div>Thanks for your help!</div><div><br></div><div>- Adrien Duermael</div></div></div></div><br>_______________________________________________<br>
lldb-dev mailing list<br>
<a href="mailto:lldb-dev@lists.llvm.org">lldb-dev@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev</a><br>
<br></blockquote></div><br></div>