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 7/9] Fix psymtab.c for real and absolute filenames


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

Jan> partial symtabs did not handle correctly absolute filenames and they had
Jan> problems also with expansion on symlinks.

Jan> +	  if (!(*file_matcher) (psymtab_to_fullname (ps), data)
Jan> +	      && !(*file_matcher) (psymtab_to_realname (ps), data))
Jan>  	    continue;

Doesn't this tend to eliminate the benefit of using xfullpath?

Aside from this it looks fine.

Tom


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