This is the mail archive of the gdb@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: Our next GDB release (GDB version 6.8)


>>>>> "Pedro" == Pedro Alves <pedro_alves@portugalmail.pt> writes:

 Pedro> I'd like to have gdbserver building on Windows CE again.  The
 Pedro> remote file transfer file support added a dependency on errno
 Pedro> (*) that's a no-no for Windows CE.  I'd like this discussed
 Pedro> before the release because it may require a small protocol
 Pedro> change.  I'll start a thread on this later tonight.

 Pedro> (*) - Yes, Windows CE's runtime has no errno ...

Just because the OS doesn't have a variable called "errno" doesn't
mean you can't have it in the protocol.  Clearly there are errors --
the protocol simply encodes those by their POSIX errno values.  If
your OS doesn't support those, you just need a mapping.  It doesn't
sound like something that needs, or justifies, a protocol change.

      paul


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