Hi, with slow GDB the testcase will ERROR-out. (GDB_TEST does not need $gdb_prompt but GDB_TEST_MULTIPLE does) Regards, Jan delete breakpoints (gdb) delete breakpoints Delete all breakpoints? (y or n) y -(gdb) info breakpoints -No breakpoints or watchpoints. -(gdb) break 76 +Please answer y or n. +Delete all breakpoints? (y or n) y +(gdb) y +Undefined command: "y". Try "help". +(gdb) ERROR: breakpoints not deleted +break 76 Breakpoint 6 at 0x400625: file ../.././gdb/testsuite/gdb.base/longjmp.c, line 76. -(gdb) PASS: gdb.base/longjmp.exp: breakpoint at pattern 3 start +(gdb) UNRESOLVED: gdb.base/longjmp.exp: breakpoint at pattern 3 start