phk 2006-05-26 11:52:20 UTC FreeBSD src repository Modified files: sys/gdb gdb_packet.c Log: Wrap our drivers gdb_getc() function so that if it returns -1 we try again. This way it matches the console behaviour and allows us to share more code. Revision Changes Path 1.3 +20 -5 src/sys/gdb/gdb_packet.c