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: unassignedb...@nondot.org
          Reporter: neck...@ferryfair.com
                CC: llvm-bugs@lists.llvm.org

I am trying debug an application on a loopback interface. In a ssh terminal I
did
necktwi@pi:/home/necktwi/Workspace/RemoteDebugTest/build$ lldb-server-6.0
platform --listen "*:1234" --server
Connection established.

>From another ssh terminal :
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.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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to