I'm not familiar with the procedure for submitting a patch, but I have a simple one line fix that is a bug. in gdb/main.c line 384 baud_rate=i; } <----------------------insert a "break;" here case ''l': Without the break when you set the baud rate you also set the time out to some ungodly long amount. Paul