Subject: Why doesn't remote kgdb work under BSD/OS on sparcs?
Date: 08/23/99
You probably forgot to set the baudrate on the gdb host side:
	% gdb -k bsd.gdb
	(gdb) set sl-baudrate 38400
	(gdb) target remote /dev/ttyb
If you are on an UltraSPARC-II (v9 chipset) you must use gdb.v9:
	% gdb.v9 -k bsd.gdb
	(gdb) set sl-baudrate 38400
	(gdb) target remote /dev/ttyb