LLDB: process launch failed: Lost debug server connection

拥有回忆 提交于 2020-01-05 02:36:13

问题


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?

来源:https://stackoverflow.com/questions/41232160/lldb-process-launch-failed-lost-debug-server-connection

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!