Re: [lldb-dev] error: process launch failed: Lost debug server connection

2018-07-12 Thread NeckTwi via lldb-dev
I’m getting same error even if I debug on the same device.

necktwi@pi:/home/necktwi/Workspace/RemoteDebugTest/build$ lldb-server-6.0 
platform --listen "*:1234" --server
Connection established.

necktwi@pi:/home/necktwi/Workspace/RemoteDebugTest/build$ lldb-6.0 
(lldb) platform select remote-linux
  Platform: remote-linux
 Connected: no
(lldb) platform connect connect://localhost:1234
  Platform: remote-linux
OS Version: 4.9.78 (4.9.78-v7+)
Kernel: #1084 SMP Thu Jan 25 18:05:49 GMT 2018
  Hostname: pi.RemoteDebugTest.com
 Connected: yes
WorkingDir: /home/necktwi/Workspace/RemoteDebugTest/build
(lldb) file RemoteDebugTest
Current executable set to 'RemoteDebugTest' (arm).
(lldb) run
error: process launch failed: Lost debug server connection
(lldb) 

I think it’s a bug. I tried to sign up for bugs-ad...@lists.llvm.org 
 but I didn’t get a reply though I’ve put a 
mail with my email-id and name.

… NeckTwi



___
lldb-dev mailing list
lldb-dev@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev


Re: [lldb-dev] error: process launch failed: Lost debug server connection

2018-07-12 Thread Zachary Turner via lldb-dev
You might not get a reply but usually the turnaround time is < 24 hours.
If it's not let me know and I'll find out who to ask.

On Thu, Jul 12, 2018 at 7:50 AM NeckTwi via lldb-dev <
lldb-dev@lists.llvm.org> wrote:

> I’m getting same error even if I debug on the same device.
>
> necktwi@pi:/home/necktwi/Workspace/RemoteDebugTest/build$ lldb-server-6.0
> platform --listen "*:1234" --server
> Connection established.
>
> necktwi@pi:/home/necktwi/Workspace/RemoteDebugTest/build$ lldb-6.0
> (lldb) platform select remote-linux
>   Platform: remote-linux
>  Connected: no
> (lldb) platform connect connect://localhost:1234
>   Platform: remote-linux
> OS Version: 4.9.78 (4.9.78-v7+)
> Kernel: #1084 SMP Thu Jan 25 18:05:49 GMT 2018
>   Hostname: pi.RemoteDebugTest.com
> 
>  Connected: yes
> WorkingDir: /home/necktwi/Workspace/RemoteDebugTest/build
> (lldb) file RemoteDebugTest
> Current executable set to 'RemoteDebugTest' (arm).
> (lldb) run
> error: process launch failed: Lost debug server connection
> (lldb)
>
> I think it’s a bug. I tried to sign up for bugs-ad...@lists.llvm.org but
> I didn’t get a reply though I’ve put a mail with my email-id and name.
>
> … NeckTwi
>
>
>
> ___
> lldb-dev mailing list
> lldb-dev@lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev
>
___
lldb-dev mailing list
lldb-dev@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev