You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed lldb-6.0 on an Ubuntu Xenial box from the nightly apt repo. Attempting to use lldb to debug a target fails because it can't find lldb-server-6.0.0:
$ lldb-6.0 /bin/ls
(lldb) target create "/bin/ls"
Current executable set to '/bin/ls' (x86_64).
(lldb) run
error: process launch failed: unable to locate lldb-server-6.0.0
strace reveals it's looking for /usr/lib/llvm-6.0/bin/lldb-server-6.0.0, which doesn't exist.
Creating a symlink allows lldb to run.
The text was updated successfully, but these errors were encountered:
| | |
| --- | --- |
| Bugzilla Link | [35292](https://llvm.org/bz35292) |
| Version | unspecified |
| OS | Linux |
| CC | @alex,@jmorse |
Extended Description
I installed lldb-6.0 on an Ubuntu Xenial box from the nightly apt repo. Attempting to use lldb to debug a target fails because it can't find lldb-server-6.0.0:
$ lldb-6.0 /bin/ls
(lldb) target create "/bin/ls"
Current executable set to '/bin/ls' (x86_64).
(lldb) run
error: process launch failed: unable to locate lldb-server-6.0.0
strace reveals it's looking for /usr/lib/llvm-6.0/bin/lldb-server-6.0.0, which doesn't exist.
Extended Description
I installed
lldb-6.0
on an Ubuntu Xenial box from the nightly apt repo. Attempting to use lldb to debug a target fails because it can't find lldb-server-6.0.0:$ lldb-6.0 /bin/ls
(lldb) target create "/bin/ls"
Current executable set to '/bin/ls' (x86_64).
(lldb) run
error: process launch failed: unable to locate lldb-server-6.0.0
strace
reveals it's looking for/usr/lib/llvm-6.0/bin/lldb-server-6.0.0
, which doesn't exist.Creating a symlink allows lldb to run.
The text was updated successfully, but these errors were encountered: