But this time with a twist:

[~]> lldb
lldb: symbol lookup error: /opt/clang/lib64/liblldbInterpreter.so:
undefined symbol: PyExc_KeyboardInterrupt

[~]> ldd -r /opt/clang/lib64/liblldb* | grep undefined | wc -l
9875

This is on Linux x86-64, seems like its underlinking somehow.

Regards.
_______________________________________________
lldb-dev mailing list
lldb-dev@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev

Reply via email to