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

Sylvestre Ledru sylvestre at debian.org
Wed Jan 29 17:30:09 PST 2014


You can also try using
http://llvm.org/apt/
which provides Ubuntu snapshot packages of the 3.5 dev tree.

S

On 29/01/2014 08:27, Abid, Hafiz wrote:
>
> 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
>
>
>
> _______________________________________________
> lldb-dev mailing list
> lldb-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20140129/7f90134e/attachment.html>


More information about the lldb-dev mailing list