Do we have any Debian/Ubuntu maintainers on this list? They can tell you what they plan on integrating. We are making a number of changes/fixes that they'd likely want to pick up, but ultimately it is up to them where they stabilize.<span></span><br>
<br>On Friday, January 31, 2014, Jun Koi <<a href="mailto:junkoi2004@gmail.com">junkoi2004@gmail.com</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr"><div><div><div><div><div>i tried llvm-3.4 on Ubuntu 13.10-64bit, and have this issue:<br><br></div>- immediately after lldb shows the prompt (lldb), i entered "b main"<br></div>- then to see the list of breakpoints, i entered "br l". this command shows 1 breakpoint (this is expected), but doesnt return to the prompt after that.<br>


<br></div>i installed lldb-3.5 from <a href="http://llvm.org/apt/" target="_blank">llvm.org/apt/</a>, and this problem was fixed.<br><br></div>is there any chance to have lldb-3.5 with upcoming Ubuntu 14.04 to replace lldb-3.4, which is so buggy that it is unusable even for basic usage?<br>


<br></div>thanks,<br>Jun<br><br><br></div><div><br><br><div>On Sat, Feb 1, 2014 at 2:33 AM, Todd Fiala <span dir="ltr"><<a>tfiala@google.com</a>></span> wrote:<br>

<blockquote style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Just for posterity's sake, I did run the hello world test on Ubuntu 13.10 (x86_64 - so not 32-bit), top of tree lldb, and it did work.  I know this isn't the 32-bit case, I just wanted to show it working on Ubuntu 13.10 in 64-bit mode.  Same hello.c as before, this time with gcc 4.8.1 as distributed with Ubuntu 13.10:<div>



<br></div><div><font face="courier new, monospace" size="1"># create a.out</font></div><div><div><font face="courier new, monospace" size="1">tfiala@ubuntu:~/work/samples/hello$ gcc -g -O0 hello.c</font></div><div><font face="courier new, monospace" size="1"># run my top of tree lldb that I just built from lldb as of svn r200548.</font></div>



<div><font face="courier new, monospace" size="1">tfiala@ubuntu:~/work/samples/hello$ ~/work/lgs/build/Debug+Asserts/bin/lldb</font></div><div><font face="courier new, monospace" size="1">(lldb) target create a.out</font></div>



<div><font face="courier new, monospace" size="1">Current executable set to 'a.out' (x86_64).</font></div><div><font face="courier new, monospace" size="1">(lldb) b main<br></font></div><div><font face="courier new, monospace" size="1">Breakpoint 1: where = a.out`main + 15 at hello.c:5, address = 0x000000000040053c</font></div>



<div><font face="courier new, monospace" size="1">(lldb) run</font></div><div><font face="courier new, monospace" size="1">Process 11621 launching</font></div><div><font face="courier new, monospace" size="1">Process 11621 stopped</font></div>



<div><font face="courier new, monospace" size="1">* thread #1: tid = 11621, 0x00007f428f3a7630, name = 'a.out', stop reason = trace</font></div><div><font face="courier new, monospace" size="1">    frame #0: 0x00007f428f3a7630</font></div>



<div><font face="courier new, monospace" size="1">-> 0x7f428f3a7630:  movq   %rsp, %rdi</font></div><div><font face="courier new, monospace" size="1">   0x7f428f3a7633:  callq  0x7f428f3aafa0</font></div><div><font face="courier new, monospace" size="1">   0x7f428f3a7638:  movq   %rax, %r12</font></div>



<div><font face="courier new, monospace" size="1">   0x7f428f3a763b:  movl   0x2216ef(%rip), %eax</font></div><div><font face="courier new, monospace" size="1">(lldb) Process 11621 launched: '/home/tfiala/work/samples/hello/a.out' (x86_64)</font></div>



<div><font face="courier new, monospace" size="1">Process 11621 stopped</font></div><div><font face="courier new, monospace" size="1">(lldb) * thread #1: tid = 11621, 0x000000000040053c a.out`main(argc=1, argv=0x00007fff68b12a38) + 15 at hello.c:5, name = 'a.out', stop reason = breakpoint 1.1</font></div>



<div><font face="courier new, monospace" size="1">    frame #0: 0x000000000040053c a.out`main(argc=1, argv=0x00007fff68b12a38) + 15 at hello.c:5</font></div><div><div><font face="courier new, monospace" size="1">   2   <span style="white-space:pre-wrap">   </span></font></div>



<div><font face="courier new, monospace" size="1">   3   <span style="white-space:pre-wrap"> </span>int main(int argc, char **argv)</font></div><div><font face="courier new, monospace" size="1">   4   <span style="white-space:pre-wrap">    </span>{</font></div>



<div><font face="courier new, monospace" size="1">-> 5   <span style="white-space:pre-wrap">        </span>    printf("Hello, world\n");</font></div><div><font face="courier new, monospace" size="1">   6   <span style="white-space:pre-wrap">  </span>    return 0;</font></div>



<div><font face="courier new, monospace" size="1">   7   <span style="white-space:pre-wrap"> </span>}</font></div><div><font face="courier new, monospace" size="1">(lldb) </font></div></div></div><div><br></div><div>I did assign myself the 32-bit Ubuntu 13.10 issue for gcc-built lldb.  I'll have a look at that:</div>



<div><a href="http://llvm.org/bugs/show_bug.cgi?id=17802" target="_blank">http://llvm.org/bugs/show_bug.cgi?id=17802</a><br></div></div><div><div><div><br><br><div>

On Fri, Jan 31, 2014 at 8:56 AM, Jun Koi <span dir="ltr"><<a>junkoi2004@gmail.com</a>></span> wrote:<br>
<blockquote style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><br><div><br><br><div><div>On Sat, Feb 1, 2014 at 12:53 AM, Todd Fiala <span dir="ltr"><<a>tfiala@google.com</a>></span> wrote:<br>





<blockquote style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Very helpful, thanks</div></blockquote></div></div></div></div></blockquote></div></div></div></div></blockquote></div></div>
</blockquote><br><br>-- <br><div dir="ltr"><table cellspacing="0" cellpadding="0" style="color:rgb(136,136,136);font-family:'Times New Roman'"><tbody><tr style="color:rgb(85,85,85);font-family:sans-serif;font-size:small">
<td nowrap style="border-top-style:solid;border-top-color:rgb(213,15,37);border-top-width:2px">Todd Fiala |</td><td nowrap style="border-top-style:solid;border-top-color:rgb(51,105,232);border-top-width:2px"> Software Engineer |</td>
<td nowrap style="border-top-style:solid;border-top-color:rgb(0,153,57);border-top-width:2px"> <a href="mailto:tfiala@google.com" style="color:rgb(17,85,204)" target="_blank"><span style="background-color:rgb(255,255,204);color:rgb(34,34,34);background-repeat:initial initial">tfiala@google.com</span></a> |</td>
<td nowrap style="border-top-style:solid;border-top-color:rgb(238,178,17);border-top-width:2px"><font color="#1155cc"> <a>650-943-3180</a></font></td></tr></tbody></table><br></div><br>