<div dir="ltr"><span style="font-size:12.8px">Hello, </span><div style="font-size:12.8px">Looks like last python example from <a href="http://lldb.llvm.org/python-reference.html" target="_blank">http://lldb.llvm.org/<wbr>python-reference.html</a> is not working (using the lldb.py module in python).  For some reason process is not launching in debugger. </div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">I'm using clang++ and lldb from llvm trunk on Ubuntu 14.04 x64:</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px"><div>$ cat main.cpp</div><div>#include <iostream></div><div>int main (int argc, char **argv) {</div><div>  std::cout << "Hello world \n"; </div><div>  return 0;</div><div>}</div></div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">$ clang++ -g main.cpp</div><div style="font-size:12.8px">$ ./python_example.py</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px"><div> Creating a target for './a.out' </div><div> SBBreakpoint: id = 1, name = 'main', module = a.out, locations = 1</div><div> SBProcess: pid = 0, state = launching, threads = 0, executable = a.out</div></div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">Process state is "launching", but should be "eStateStopped" according to comments in source code.</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">-Roman</div></div>