mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-01-10 14:11:29 +00:00
gdb/testsuite/
Report error on GDB crash during runto. * lib/gdb.exp (runto <eof>): New.
This commit is contained in:
parent
4b477ade4f
commit
72c6339519
@ -1,3 +1,8 @@
|
||||
2009-06-12 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||
|
||||
Report error on GDB crash during runto.
|
||||
* lib/gdb.exp (runto <eof>): New.
|
||||
|
||||
2009-06-09 Daniel Jacobowitz <dan@codesourcery.com>
|
||||
|
||||
* gdb.mi/mi-async.exp, gdb.mi/mi-basics.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
|
||||
|
Loading…
Reference in New Issue
Block a user