2004-07-07 Andrew Cagney * gdb.base/sigbpt.exp (stepi_out): Check for a single step corrupting the PC. Index: gdb.base/sigbpt.exp =================================================================== RCS file: /cvs/src/src/gdb/testsuite/gdb.base/sigbpt.exp,v retrieving revision 1.1 diff -p -u -r1.1 sigbpt.exp --- gdb.base/sigbpt.exp 6 Jul 2004 15:08:54 -0000 1.1 +++ gdb.base/sigbpt.exp 7 Jul 2004 17:28:50 -0000 @@ -184,6 +184,9 @@ proc stepi_out { name args } { -re "pc *[after_segv] .*bowler.*$gdb_prompt $" { kfail gdb/1702 "$test (skipped fault insn)" } + -re "pc *0x\[a-z0-9\]* .*bowler.*$gdb_prompt $" { + kfail gdb/1702 "$test (corrupt pc)" + } } # Clear any breakpoints