Ok, I've figured it out: looks like install script was broken:
I build and install lldb using:
cmake ../llvm
make
make DESTDIR=$CLANG_INSTALL_PATH install
LLDB installed this way is not working.
But when I use python package directly from
build_dir//lib/python2.7/site-packages it is working fine
Hello,
Looks like last python example from http://lldb.llvm.org/
python-reference.html is not working (using the lldb.py module in python).
For some reason process is not launching in debugger.
I'm using clang++ and lldb from llvm trunk on Ubuntu 14.04 x64:
$ cat main.cpp
#include
int main (int