<div dir="ltr"><div><div><div>hi,<br><br></div>i am using Ubuntu 13.10, and installed lldb 3.4 from its official repo.<br><br></div>i am running this lldb 3.4, but it seems very buggy, even with simple commands<br><br></div>

<div>(1) the breakpoint doesnt seem to work, as my application doesnt stop at breakpoint, as in below session.<br><br>(lldb) b main<br>Breakpoint 1: where = buggy`main, address = 0x0804847d<br>(lldb) r aaa<br>Buffer : aaa<br>

Process 3612 launched: './buggy' (i386)<br>Process 3612 exited with status = 0 (0x00000000) <br><br><br></div><div>(2) many commands doenst return to the prompt, but seems to hangup. <br><br>you can try this by loading any application ($ lldb ./myapp), the type "br l". the prompt (lldb) would not show up after the command. you can continue to type after that, except what you type do not show on terminal, however.<br>

</div><div><br><br>i am wondering why lldb 3.4 still has trivial basic bugs like this? is this fixed in latest code in repo?<br><br>thanks,<br>Jun<br></div></div>