https://bugs.llvm.org/show_bug.cgi?id=35292

            Bug ID: 35292
           Summary: lldb looks for lldb-server under the wrong path
           Product: Packaging
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: binary tarballs
          Assignee: unassignedb...@nondot.org
          Reporter: nelh...@nelhage.com
                CC: llvm-bugs@lists.llvm.org

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.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to