--- gdb/testsuite/lib/gdb.exp | 4 ++++ 1 file changed, 4 insertions(+) Index: src/gdb/testsuite/lib/gdb.exp =================================================================== --- src.orig/gdb/testsuite/lib/gdb.exp 2008-08-05 14:03:59.000000000 +0100 +++ src/gdb/testsuite/lib/gdb.exp 2008-08-05 14:42:40.000000000 +0100 @@ -1154,6 +1154,10 @@ proc default_gdb_start { } { global gdb_prompt global timeout global gdb_spawn_id; + global stty_init + +# set stty_init raw + set stty_init "-parenb -parodd cs8 -hupcl -cstopb cread -clocal -crtscts -ignbrk brkint ignpar -parmrk -inpck -istrip -inlcr -igncr icrnl -ixon ixoff -iuclc -ixany imaxbel opost -olcuc -ocrnl onlcr onocr -onlret -ofill -ofdel nl0 cr0 tab3 bs0 vt0 ff0 isig icanon iexten echo echoe echok echonl -noflsh -xcase -tostop -echoprt echoctl echoke" gdb_stop_suppressing_tests;