Re: [lldb-dev] Breakpoints on inlined functions described by DW_AT_ranges

2015-09-04 Thread Keno Fischer via lldb-dev
Actually, it's not a clang bug either. The info is there in the .o file. This only happens if lldb is looking in the .dSYM. If I delete that and let lldb look in the .o files, it sets the breakpoint just fine, so I'll chalk this up as a dsymutil bug. llvm-dsymutil works fine. On Fri, Sep 4, 2015 a

Re: [lldb-dev] Breakpoints on inlined functions described by DW_AT_ranges

2015-09-04 Thread Keno Fischer via lldb-dev
Hi Jim, I tried to work on this, but everything there actually seemed correct. It now seems to me like those functions are simply missing from .apple_names (compiled with latest Clang trunk), so this might not be an LLDB bug after all. Keno On Fri, Sep 4, 2015 at 3:20 PM, Jim Ingham wrote: > C

[lldb-dev] [Bug 24717] New: MiBreakTestCase.test_lldbmi_break_insert_function_pending is marked expectedFlakeyLinux, but still fails

2015-09-04 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=24717 Bug ID: 24717 Summary: MiBreakTestCase.test_lldbmi_break_insert_function_pend ing is marked expectedFlakeyLinux, but still fails Product: lldb Version: unspecified Hardware: PC

Re: [lldb-dev] Note to buildbot/testbot runners

2015-09-04 Thread Todd Fiala via lldb-dev
A few notes to dotest.py users: * If you want to limit a test run to a test subdirectory *tree*, you can use the new --test-subdir flag. It covers what used to be the supported unnamed argument in dosep.py. It is specified relative to the lldb/test dir. * If you want to use the unnamed argument

[lldb-dev] [Bug 24709] dotest.py parallel mode does not gracefully quit with ^C

2015-09-04 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=24709 Todd Fiala changed: What|Removed |Added Assignee|lldb-dev@lists.llvm.org |todd.fi...@gmail.com -- You are receiving this ma

[lldb-dev] [Bug 24709] New: dotest.py parallel mode does not gracefully quit with ^C

2015-09-04 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=24709 Bug ID: 24709 Summary: dotest.py parallel mode does not gracefully quit with ^C Product: lldb Version: unspecified Hardware: PC OS: All Status: NEW

[lldb-dev] [Bug 24708] parallel dotest.py does not work properly in parallel mode with non-argument test dirs specified on the end

2015-09-04 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=24708 Todd Fiala changed: What|Removed |Added Assignee|lldb-dev@lists.llvm.org |todd.fi...@gmail.com -- You are receiving this ma

[lldb-dev] [Bug 24708] New: parallel dotest.py does not work properly in parallel mode with non-argument test dirs specified on the end

2015-09-04 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=24708 Bug ID: 24708 Summary: parallel dotest.py does not work properly in parallel mode with non-argument test dirs specified on the end Product: lldb Version: unspecified Hardware: PC

Re: [lldb-dev] Breakpoints on inlined functions described by DW_AT_ranges

2015-09-04 Thread Jim Ingham via lldb-dev
Certainly a bug. This bit: if (inlined_die) { Block &function_block = sc.function->GetBlock (true); sc.block = function_block.FindBlockByID (inlined_die.GetID()); if (sc.block == NULL) sc.block = function_block.FindBlockByID (in

[lldb-dev] Breakpoints on inlined functions described by DW_AT_ranges

2015-09-04 Thread Keno Fischer via lldb-dev
I'm trying to set a breakpoint (using `b jl_apply`) on a function (jl_apply) that is inlined in a number of places. This generally works fine, but I have noticed that in certain cases LLDB fails to set a breakpoint even though when I step through manually, it does know which function the code belon

Re: [lldb-dev] top-of-tree build failure when using configure on Linux?

2015-09-04 Thread Todd Fiala via lldb-dev
Hey Sylvestre, On the Debian side, are we still counting on Makefile support for distribution building? -Todd On Thu, Sep 3, 2015 at 8:33 PM, Bruce Mitchener wrote: > There were 2 changes made this week that broke both the cmake and one that > broke the Makefile builds. I checked in fixes for

[lldb-dev] [Bug 24702] New: LLDB crashes when inferior passes bogus values over GDB JIT interface

2015-09-04 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=24702 Bug ID: 24702 Summary: LLDB crashes when inferior passes bogus values over GDB JIT interface Product: lldb Version: unspecified Hardware: PC OS: Linux