Mail Archives: djgpp/1993/08/18/20:28:12
I'm trying to use gdb via a serial port using MS-DOS ctty.
gdb, however, refuses to cooperate, taking its input instead directly
from the keyboard!
when I look at readline.c, I see #ifdefs for GO32, but the only one that
seems it could be causing this behavior tests for isatty() before avoiding
read() in favor of lower level. Could it be that isatty() doesn't recognize
MS-DOS ctty as a tty and causes the poll of the keyboard instead of a read
from stdio?
=jax=
- Raw text -