[patch] Add support for imported declaration and correct search order

Tom Tromey tromey@redhat.com
Mon Mar 8 18:58:00 GMT 2010


>>>>> "Sami" == Sami Wagiaalla <swagiaal@redhat.com> writes:

Sami> +          && ((!declaration && !current->declaration)
Sami> +              || strcmp (current->declaration, declaration) == 0))

I think this check is wrong in the same way as the alias check in the
previous patch.

Tom



More information about the Gdb-patches mailing list