Hi Jim,

I just did an update to lldb and re-ran the test. Same result...

But...

If I use Xcode's clang (by passing -C $(xcrun -f clang)), it works.
If I use ToT clang (just updated and ran make install), it fails.

Attached are both log files. The problem is that, with ToT clang,
breakpoint location 2.2 doesn't exist. Only 2.1.

Regards,

  Filipe



On Thu, Oct 25, 2012 at 5:55 PM, Jim Ingham <[email protected]> wrote:

> This test case succeeds for me using TOT lldb and some fairly recent
> clang.  So it looks like the failure is due to some bug or difference in
> the debug output.  It would be easier to figure out what is going on if I
> could reproduce the failure.  What clang version are you using?
>
> Jim
>
>
> On Oct 25, 2012, at 4:41 PM, Filipe Cabecinhas <[email protected]> wrote:
>
> > 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
> >
> > _______________________________________________
> > lldb-dev mailing list
> > [email protected]
> > http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev
>
>

Attachment: breakpointIDs-xcode-clang.log
Description: Binary data

Attachment: breakpointIDs.log
Description: Binary data

_______________________________________________
lldb-dev mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev

Reply via email to