[lldb-dev] Failing BreakpointIDTestCase

Filipe Cabecinhas filcab at gmail.com
Thu Oct 25 16:41:40 PDT 2012


Hi all,

This test-case is failing (Mac OS X Mountain Lion, latest Xcode released,
built using xcodebuild):
./dotest.py -v -d -A x86_64 -C clang -v -t -f
BreakpointIDTestCase.test_with_dsym

>From what I can tell, after LLDB finds the DIE that has the inlined sum()
function, it stops looking, although there is another inlined sum()
function.
With that, the breakpoint will only resolve to one location.

At least I think that is what's happening. I'm not an expert on DWARF ;-)

Could you have a look at it, please?

Thanks,

  Filipe
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20121025/f3e33003/attachment.html>


More information about the lldb-dev mailing list