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


> Cc: Jim Blandy <jimb@red-bean.com>, Mark Kettenis <mark.kettenis@xs4all.nl>,   gdb-patches@sourceware.org
> From: Ian Lance Taylor <ian@airs.com>
> Date: 03 Feb 2006 22:22:10 -0800
> 
> It's the only non-Unix-like host which gdb runs on today.

That's not true: there's the DJGPP (a.k.a. MS-DOS) port of GDB, where
GDB still runs.  It just needs less DOS-specific code because it has a
Posix-compliant library (which includes `select' emulation).  But you
can still see an occasional "#ifdef __MSDOS__" or "#ifdef __DJGPP__"
or "#ifdef __GO32__" in the sources.


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