[llvm-bugs] [Bug 38167] New: error: process launch failed: Lost debug server connection
via llvm-bugs
llvm-bugs at lists.llvm.org
Sat Jul 14 00:02:28 PDT 2018
https://bugs.llvm.org/show_bug.cgi?id=38167
Bug ID: 38167
Summary: error: process launch failed: Lost debug server
connection
Product: new-bugs
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P
Component: new bugs
Assignee: unassignedbugs at nondot.org
Reporter: necktwi at ferryfair.com
CC: llvm-bugs at lists.llvm.org
I am trying debug an application on a loopback interface. In a ssh terminal I
did
necktwi at pi:/home/necktwi/Workspace/RemoteDebugTest/build$ lldb-server-6.0
platform --listen "*:1234" --server
Connection established.
>From another ssh terminal :
necktwi at 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.local
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)
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20180714/a3179e7d/attachment.html>
More information about the llvm-bugs
mailing list