diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index c5fb2e7a2e..3fdfe6581b 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2009-06-12 Jan Kratochvil + + Report error on GDB crash during runto. + * lib/gdb.exp (runto ): New. + 2009-06-09 Daniel Jacobowitz * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp, diff --git a/gdb/testsuite/lib/gdb.exp b/gdb/testsuite/lib/gdb.exp index 6f7c35154c..38cb38a70f 100644 --- a/gdb/testsuite/lib/gdb.exp +++ b/gdb/testsuite/lib/gdb.exp @@ -423,6 +423,10 @@ proc runto { function args } { fail "running to $function in runto" return 0 } + eof { + fail "running to $function in runto (end of file)" + return 0 + } timeout { fail "running to $function in runto (timeout)" return 0