> Hi, according to the source code this seems to be fixed already in the last > two Debian uploads. > > Please confirm the code is working. Sorry, it's broken in another way.
# lldb-3.7 /bin/ls <wait a few seconds... !?> (lldb) target create "/bin/ls" Current executable set to '/bin/ls' (x86_64). (lldb) r error: process launch failed: unable to locate lldb-server (lldb) c error: Process must be launched. (lldb) q # ls -la /usr/bin/lldb-* lrwxrwxrwx 1 root root 24 Aug 3 02:38 /usr/bin/lldb-3.7 -> ../lib/llvm-3.7/bin/lldb lrwxrwxrwx 1 root root 27 Aug 3 02:38 /usr/bin/lldb-mi-3.7 -> ../lib/llvm-3.7/bin/lldb-mi lrwxrwxrwx 1 root root 31 Aug 3 02:38 /usr/bin/lldb-server-3.7 -> ../lib/llvm-3.7/bin/lldb-server I guess registering "lldb" via alternatives might help, but that's only a workaround...