This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [patch] Expand psymtabs when *exact_match is zero
- From: Jim Blandy <jimb at codesourcery dot com>
- To: Carlos Eduardo Seo <cseo at linux dot vnet dot ibm dot com>
- Cc: GDB Patches Mailing List <gdb-patches at sourceware dot org>
- Date: Tue, 23 Oct 2007 15:26:14 -0700
- Subject: Re: [patch] Expand psymtabs when *exact_match is zero
- References: <47190A49.5020806@linux.vnet.ibm.com>
Carlos Eduardo Seo <cseo at linux.vnet.ibm.com> writes:
> This addresses the issue discussed here:
>
> http://sourceware.org/ml/gdb/2007-10/msg00017.html
>
> Ok to commit? I can also provide a test case later.
This can go in.
I'd rather see psymtabs get expanded and searched only after all
extant symtabs have been checked, but the multi-location breakpoint
code (expand_line_sal) is already going to read them in anyway, so
that horse has already escaped the barn. We can go catch it if it
turns out to be a problem.