LLDB: process launch failed: Lost debug server connection

2.9k views Asked by At

I seem to have trouble getting lldb to run. I'm on a Ubuntu 14.04 system and downloaded lldb-4.0 via apt.

(lldb) target create dbgme
Current executable set to 'dbgme' (x86_64).
(lldb) process launch 
error: process launch failed: Lost debug server connection

I don't want to do any remote debugging. Just local debugging. Do I need to start the lldb-server either way? And if so how do I do that?

0

There are 0 answers