This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] Parse DW_AT_ranges into PSYMTABS (for childless CU, for vDSO32)


On Fri, 30 Nov 2007 08:42:00 +0100, Vladimir Prus wrote:
> Jan,
> I'm afraid this patch causes the following regression for me:
> 
>         FAIL: gdb.threads/thread_check.exp: breakpoint at tf
> 
> This FAIL disappears as soon as I revert to revision 1.236 of 
> gdb/dwarf2read.c -- right before your changes. Do you see the same
> failure?

It was not reproducible for me but the problem is Vladimir's i386 crti.S has
DW_AT_ranges which overlap the main code (due to its .fini part).  The main
code full-symbols get ignored now due to it.

Going to post a fix (try to load symtab for each matching psymtab?) and an
updated testcase.


Thanks,
Jan


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]