This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH] PR 16253 revisited
- From: Keith Seitz <keiths at redhat dot com>
- To: gdb-patches at sourceware dot org
- Date: Fri, 26 Jun 2015 11:43:40 -0700
- Subject: Re: [PATCH] PR 16253 revisited
- Authentication-results: sourceware.org; auth=none
- References: <001a114934d832407405196b9ce6 at google dot com>
On 06/26/2015 06:20 AM, Doug Evans wrote:
> > ChangeLog
> >
> > PR 16253
> > * block.c (block_lookup_symbol): For non-function blocks,
> > continue to search for a symbol with an exact domain match
> > Otherwise, return any previously found "best domain" symbol.
> > (block_lookup_symbol_primary): Likewise.
> >
> > testsuite/ChangeLog
> >
> > PR 16253
> > * gdb.cp/var-tag-2.cc: New file.
> > * gdb.cp/var-tag-3.cc: New file.
> > * gdb.cp/var-tag-4.cc: New file.
> > * gdb.cp/var-tag.cc: New file.
> > * gdb.cp/var-tag.exp: New file.
>
> LGTM.
And I've pushed this. Let's hope this is sufficient until a better
solution is implemented.
Thank you for your help!
Keith