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: Support Windows extended error numbers in safe_strerror


> Date: Sun, 5 Feb 2006 16:50:36 -0500
> From: Christopher Faylor <me@cgf.cx>
> 
> I did try to implement this artifact in Cygwin once but I never got
> it right.

I once wrote code that did that for the DJGPP port.  If someone is
interested, I can tell where to find that (it's part of the DJGPP
debug support library).  It didn't support all the redirection
features of the Posix shell, but that shouldn't be too hard to add, I
think.  Some of the code there (the juggling with standard handles
when control jumps between GDB and the inferior) is not needed for
Cygwin, I think.


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