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

2016-07-07 Thread Adrien Duermael via lldb-dev
ow that's not ideal). > > cheers, > pl > > > On 22 June 2016 at 19:18, Adrien Duermael via lldb-dev > mailto:lldb-dev@lists.llvm.org>> wrote: > Hi, > > Iโ€™ve been trying to run lldb-server from within a linux container lately. > > When I try to at

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

2016-06-22 Thread Adrien Duermael via lldb-dev
Hi, Iโ€™ve been trying to run lldb-server from within a linux container lately. When I try to attach from outside the container using lldb command, most steps are successful but I canโ€™t launch the process: platform select remote-linux ๐Ÿ‘ platform connect connect://IP:PORT ๐Ÿ‘ target create main ๐Ÿ‘

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

2016-06-22 Thread Adrien Duermael via lldb-dev
Hi, Iโ€™ve been trying to run lldb-server from within a linux container lately. When I try to attach from outside the container using lldb command, most steps are successful but I canโ€™t launch the process: platform select remote-linux ๐Ÿ‘ platform connect connect://IP:PORT ๐Ÿ‘ target create main ๐Ÿ‘