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: proposal: substitute-path handles foreign dir separators


> From: Pedro Alves <pedro@codesourcery.com>
> Date: Fri, 17 Dec 2010 17:50:11 +0000
> Cc: Raphael Zulliger <zulliger@indel.ch>
> 
> Here's a patch I wrote a few months back when I was working on
> the "set/show target-file-system-kind" support, but put it on
> the back burner and never looked at it again.  It adds a new
> "set source-filenames-matching-scheme dos/unix" command to select
> the behavior at run-time, and adds a new source_filename_cmp function
> to be used whenever we are comparing source file names instead of
> using FILENAME_CMP.

Thanks.  I have 2 comments:

 . if we are going to add this, it needs documentation

 . why only source file names? the issue is relevant to any file name


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