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

后端 未结 2 1534
天涯浪人
天涯浪人 2021-02-13 23:46

I\'m running Xubuntu 16.04. After installing lldb from the repositories, I get the following output when I try to use it:

lldb foo
(lldb) target create \"foo\"
C         


        
2条回答
  •  野性不改
    2021-02-14 00:30

    I recommend setting an alternative rather than copying. On Ubuntu, you can do this with:

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

提交回复
热议问题