This is the mail archive of the gdb@sources.redhat.com 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: Windows support in GDB


> Date: Sun, 1 May 2005 17:41:28 -0400
> From: Christopher Faylor <me@cgf.cx>
> 
> >In fact, any serious use of GDB will almost instantly bump into such a
> >consistency (or lack thereof) issue.  For example, will the `edit' and
> >`shell' commands work if I don't have a Cygwin Bash installed and GDB
> >is configured to invoke that Bash as the shell?
> 
> And, if they don't, what's the solution?  You fix it so they will work.
> Presumably, if there is no /bin/sh.exe available, you'd use a fallback.
> You could even implement a switch to force cygwin's gdb into "windows
> path mode".

You could do all that and more, but AFAIK that'd be against the
``spirit of Cygwin'', which is to solve all incompatibilities in the
runtime, and leave the application sources more or less intact.  If
you leave the application sources intact, the Unixy shell assumptions,
like the -c switch and redirection syntax, will be hard to solve
inside the library that implements fork/exec or whatever.

> I *suspect* however, that fixing cygwin's gdb to better handle
> windows paths is probably a lot less work than what Mark did.

I actually think the other way around.  But I certainly don't want to
start a Cygwin-yaye-o-nay dispute.


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