creating the gdb-7.4 branch tomorrow (?)
Tom Tromey
tromey@redhat.com
Thu Dec 15 17:43:00 GMT 2011
>>>>> "Joel" == Joel Brobecker <brobecker@adacore.com> writes:
Joel> You isolated this patch as the source of the problem, but I don't see
Joel> that with my testing. My investigation leads me to believe that the
Joel> problem might been there for some time. Not sure of all the details,
Joel> yet. But a little bit of help determining when this stopped working
Joel> for you would be helpful. When did this work last for you? (a SHA1
Joel> would be convenient, but a date is equally ok).
I was able to reproduce it on the GCC compile farm -- which, BTW, has a
64-core PPC box, quite nice to work on :-)
The old code used lookup_minimal_symbol, which falls back to file-local
symbols and trampoline symbols if the main symbol is not found.
The new code rejects these, though.
I am looking into how to fix it.
Tom
More information about the Gdb-patches
mailing list