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: [RFA] New substitute-path commands


> Isn't this just IS_DIR_SEPARATOR ?  You probably want to use
> FILENAME_CMP too.

Yes, you're right. I forgot about the include directory again
when I was searching for this. Since I'm deep into this code,
I think I'll take the time to implement multiple substitution
rules too. I've had so much feedback about this, it's only fair.

> The other question is what to do with "C:" on cygwin/mingw32.
> I haven't thought about that.  I'd feel free to not worry about it, and
> then if it becomes a problem for someone using Windows they can fix
> it (which might be me, later - I expect CodeSourcery to want to do the
> same thing Andrew Stubbs was talking about and set this up to work
> magically).

That works for me. Let's worry about that later if it impacts someone.

Thanks again,
-- 
Joel


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