Re: [lldb-dev] Remote connection expansion?

2020-11-18 Thread Pavel Labath via lldb-dev
On 11/11/2020 20:11, Mike Mestnik via lldb-dev wrote: 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 command is

Re: [lldb-dev] Remote connection expansion?

2020-11-11 Thread Greg Clayton via lldb-dev
> On Nov 11, 2020, at 11:11 AM, Mike Mestnik > wrote: > > 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

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 command is attempting to use > > random ports on

Re: [lldb-dev] Remote connection expansion?

2020-11-09 Thread Greg Clayton via lldb-dev
> 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 command is attempting to use > random ports on localhost to attain another connection. This fails as > the localhost's

[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?