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] Expand psymtabs when *exact_match is zero


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.


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