<div dir="ltr"><div>I'm testing example from <a href="https://lldb.llvm.org/python-reference.html">https://lldb.llvm.org/python-reference.html</a> (USING THE LLDB.PY MODULE IN PYTHON)  on Ubuntu 16.04</div><div><br></div><div>For some reason it works only with LLDB 3.9, is it because LLDB 4.0/5.0 are not stable yet?</div><div><br></div><div><pre style="color:rgb(0,0,0)">#5.0   -- Does not work</pre><pre style="color:rgb(0,0,0)">deb <a href="http://apt.llvm.org/xenial/">http://apt.llvm.org/xenial/</a> llvm-toolchain-xenial main</pre><pre style="color:rgb(0,0,0)"># 3.9  -- Works</pre><pre style="color:rgb(0,0,0)">deb <a href="http://apt.llvm.org/xenial/">http://apt.llvm.org/xenial/</a> llvm-toolchain-xenial-3.9 main</pre><pre style="color:rgb(0,0,0)"># 4.0  -- Does not work</pre><pre style="color:rgb(0,0,0)">deb <a href="http://apt.llvm.org/xenial/">http://apt.llvm.org/xenial/</a> llvm-toolchain-xenial-4.0 main</pre><pre style="color:rgb(0,0,0)"><br></pre><pre><font color="#000000">>clang-5.0 -g test.cpp<br></font></pre><pre><font color="#000000">>./python_example.py</font></pre><pre><font color="#000000">Creating a target for './a.out'
SBBreakpoint: id = 1, name = 'main', locations = 1
SBProcess: pid = 0, state = launching, threads = 0, executable = a.out</font></pre></div>Thanks,<div>Roman</div></div>