Re: [lldb-dev] Changes in the install of lldb ?

2017-01-03 Thread Chris Bieneman via lldb-dev
I pushed a fix that should resolve this in r290934. Sorry for the breakage! -Chris > On Dec 25, 2016, at 10:18 AM, Sylvestre Ledru via lldb-dev > wrote: > > Hello > > Recently (couple of weeks), the generation of the apt.llvm.org packages > is failing because some lldb binaries are sometime n

Re: [lldb-dev] [RFC] Delete the "testcases" symlink

2017-01-03 Thread Pavel Labath via lldb-dev
On 15 December 2016 at 19:11, Zachary Turner via lldb-dev wrote: > It's definitely possible to (at worst) shorten the path if we say we don't > care about supporting other languages (i'm fine saying that for now unless > someone comes along with a serious committment to support and maintaining > o

Re: [lldb-dev] Process not launching in example python script from lldb documentation

2017-01-03 Thread Роман Попов via lldb-dev
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