run copyright.sh for 2011.
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.reverse / consecutive-reverse.exp
index 65aaf7620182566cf3524bb81f174c46e354793d..967236f927a03335f786ecc83e77889cdbfaa117 100644 (file)
@@ -1,4 +1,4 @@
-#   Copyright 2008, 2009, 2010 Free Software Foundation, Inc.
+#   Copyright 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -31,8 +31,7 @@ runto main
 
 if [target_info exists gdb,use_precord] {
     # Activate process record/replay
-    gdb_test "record" "" "Turn on process record"
-    # FIXME: command ought to acknowledge, so we can test if it succeeded.
+    gdb_test_no_output "record" "Turn on process record"
 }
 
 gdb_breakpoint foo
@@ -76,9 +75,8 @@ gdb_test_multiple "step" $testmsg {
 ###
 
 # Set reverse execution direction
-# FIXME: command needs to acknowledge, so we can test if it succeeded.
 
-gdb_test "set exec-dir reverse" "" "set reverse execution"
+gdb_test_no_output "set exec-dir reverse" "set reverse execution"
 
 # Now step backward and hope to hit the first breakpoint.
 
This page took 0.02734 seconds and 4 git commands to generate.