[lldb-dev] just me, or lldb 3.4 is very buggy?

Jun Koi junkoi2004 at gmail.com
Wed Jan 29 08:04:41 PST 2014


hi,

i am using Ubuntu 13.10, and installed lldb 3.4 from its official repo.

i am running this lldb 3.4, but it seems very buggy, even with simple
commands

(1) the breakpoint doesnt seem to work, as my application doesnt stop at
breakpoint, as in below session.

(lldb) b main
Breakpoint 1: where = buggy`main, address = 0x0804847d
(lldb) r aaa
Buffer : aaa
Process 3612 launched: './buggy' (i386)
Process 3612 exited with status = 0 (0x00000000)


(2) many commands doenst return to the prompt, but seems to hangup.

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.


i am wondering why lldb 3.4 still has trivial basic bugs like this? is this
fixed in latest code in repo?

thanks,
Jun
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20140130/fc3c7755/attachment.html>


More information about the lldb-dev mailing list