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 1/2] Perform a namespace lookup at every block level


>>>>> "Tom" == Tom Tromey <tromey@redhat.com> writes:

Sami> +         it is applicable.  */
Sami> +      if (strncmp (scope, current->import_dest, strlen (current->import_dest)) == 0)

Tom> From my reading this doesn't exactly match the comment -- can
Tom> current-> import_dest be an extension of scope?  Like, if scope is "x"
Tom> and import_dest is "xyz"?

So, I sent that and then immediately realized I have no idea what I was
thinking, since it doesn't make sense.

This patch is ok with the few minor lexical fixes I pointed out.
Thanks.

Tom


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