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:*[email protected] > [mailto:[email protected]] *On Behalf Of *Jun Koi > *Sent:* 29 January 2014 16:05 > *To:* [email protected] > *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 > [email protected] > http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev
_______________________________________________ lldb-dev mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev
