Mirror of the gdb mailing list
 help / color / mirror / Atom feed
* gdbserver vs. serial ports
@ 2001-07-12 11:20 Daniel Jacobowitz
  2001-07-12 12:20 ` J.T. Conklin
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel Jacobowitz @ 2001-07-12 11:20 UTC (permalink / raw)
  To: gdb

I see that in remote-utils.c, we deliberately set VMIN and VTIME to 0 if we
open a serial port.  On an i386-linux (2.4) host, this has the effect of
making read() return 0 if no data is available.  We see the 0 and
immediately decide that it's an EOF, and close/reopen the serial port.

I don't have a lot of experience with serial programming.  Should we be
setting VMIN differently, or should we treat read() returning 0 differently? 
It looks like ser-unix.c treats them read() returning 0 as a timeout and
sets VMIN appropriately before calling read().  Which raises the question -
does anyone know if gdbserver actually worked over serial ports? :)

-- 
Daniel Jacobowitz                           Carnegie Mellon University
MontaVista Software                         Debian GNU/Linux Developer


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-07-12 12:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-07-12 11:20 gdbserver vs. serial ports Daniel Jacobowitz
2001-07-12 12:20 ` J.T. Conklin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox