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

Abid, Hafiz Hafiz_Abid at mentor.com
Wed Jan 29 08:27:32 PST 2014


Hi Jun,
Sorry you had problems using lldb. I generally use LLDB (built from source) on my Ubuntu 12.04 system.
There have been problems here and there but it mostly works. Please try from the source and let us know
If you still face the problems.

Regards,
Abid

From: lldb-dev-bounces at cs.uiuc.edu [mailto:lldb-dev-bounces at cs.uiuc.edu] On Behalf Of Jun Koi
Sent: 29 January 2014 16:05
To: lldb-dev at cs.uiuc.edu
Subject: [lldb-dev] just me, or lldb 3.4 is very buggy?

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/20140129/b3a02c11/attachment.html>


More information about the lldb-dev mailing list