2012-02-02 Pedro Alves <palves@redhat.com>

* gdb.reverse/until-precsave.exp: Also put "record save" under the
	extended timeout.
This commit is contained in:
Pedro Alves 2012-02-02 18:10:07 +00:00
parent c0b9f2c6e8
commit 4c9ed63c1f
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2012-02-02 Pedro Alves <palves@redhat.com>
* gdb.reverse/until-precsave.exp: Also put "record save" under the
extended timeout.
2012-02-02 Pedro Alves <palves@redhat.com>
* gdb.gdb/complaints.exp: Skip if gdb,noinferiorio is set.

View File

@ -52,11 +52,12 @@ gdb_test "break $end_of_main" \
set oldtimeout $timeout
set timeout [expr $oldtimeout + 120]
gdb_test "continue" "Breakpoint .* set breakpoint 10a here .*" "run to end of main"
set timeout $oldtimeout
# So can this, against gdbserver, for example.
gdb_test "record save until.precsave" \
"Saved core file until.precsave with execution log\." \
"save process recfile"
set timeout $oldtimeout
gdb_test "kill" "" "Kill process, prepare to debug log file" \
"Kill the program being debugged\\? \\(y or n\\) " "y"