lldb error: process launch failed: unable to locate lldb-server

lldb error: process launch failed: unable to locate lldb-server

我是 运行 Xubuntu 16.04。从存储库安装 lldb 后,当我尝试使用它时得到以下输出:

lldb foo
(lldb) target create "foo"
Current executable set to 'foo' (x86_64).
(lldb) r
error: process launch failed: unable to locate lldb-server

知道我遗漏了什么吗?

经过一个小时左右的摆弄,我找到了解决方案。我复制了/usr/bin/lldb-server-3.8并命名为/usr/bin/lldb-server。这可能是 ubuntu 包的问题。

我建议设置替代方案而不是复制。在 Ubuntu,您可以使用:

sudo update-alternatives --install /usr/bin/lldb-server lldb-server /usr/bin/lldb-server-3.8 100