2012-02-02 Pedro Alves <palves@redhat.com>
authorPedro Alves <palves@redhat.com>
Thu, 2 Feb 2012 18:10:07 +0000 (18:10 +0000)
committerPedro Alves <palves@redhat.com>
Thu, 2 Feb 2012 18:10:07 +0000 (18:10 +0000)
* gdb.reverse/until-precsave.exp: Also put "record save" under the
extended timeout.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.reverse/until-precsave.exp

index 573ecbe9dd563e59fd68f27dd6bdc67156172a04..143dae17dd1e73f29247649e26b53bbf9ea47e5e 100644 (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.
index ce62c07d0cfea9d152eb1f87b0b58c831abd3f63..903bbc15d6e4692c9fe85d21804c626e1f9a2149 100644 (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"
This page took 0.03835 seconds and 4 git commands to generate.