Re: [lldb-dev] Remote connection expansion?

2020-11-11 Thread Mike Mestnik via lldb-dev
On Mon, Nov 9, 2020 at 5:37 PM Greg Clayton wrote: > > > > > On Nov 4, 2020, at 1:28 PM, Mike Mestnik via lldb-dev > > wrote: > > > > I'm looking for support running lldb over ssh. I can forward the > > originating connection, but the run comm

[lldb-dev] Remote connection expansion?

2020-11-04 Thread Mike Mestnik via lldb-dev
I'm looking for support running lldb over ssh. I can forward the originating connection, but the run command is attempting to use random ports on localhost to attain another connection. This fails as the localhost's are not the same. Is there a platform, preferably real time, for lldb support?