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 4/9] TUI: Use internally fullname


>>>>> "Jan" == Jan Kratochvil <jan.kratochvil@redhat.com> writes:

Jan> TUI was using comp_dir-relative "filaname" during matching.

Looks good to me.

Jan> -		   && (filename_cmp (src->filename, loc->symtab->filename) == 0)
Jan> +		   && filename_cmp (src->fullname,
Jan> +				    symtab_to_fullname (loc->symtab)) == 0

After your patches is it ever ok to refer directly to symtab->filename?

Tom


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