2002-01-21 Fred Fish <fnf@redhat.com>
authorFred Fish <fnf@specifix.com>
Tue, 22 Jan 2002 01:05:06 +0000 (01:05 +0000)
committerFred Fish <fnf@specifix.com>
Tue, 22 Jan 2002 01:05:06 +0000 (01:05 +0000)
* gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
not caller.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/restore.exp

index 4d376583343d3113c6d924d5e229143bfa22a777..c4c0fd9851137c1bed601684d5ea7d3f0a0dec85 100644 (file)
@@ -1,3 +1,8 @@
+2002-01-21  Fred Fish  <fnf@redhat.com>
+
+       * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
+       not caller.
+
 2002-01-21  Jim Blandy  <jimb@redhat.com>
 
        * gdb.base/reread.exp: Check that GDB properly re-reads the
index 03c2941f431a5e11c08322310fa76d3312f8244b..4c7a33a37c9272888297ecb45444ef6184d398be 100644 (file)
@@ -60,7 +60,7 @@ proc restore_tests { } {
         for {set e 1} {$e <= $limit} {incr e} {
 
             gdb_test "tbreak callee$e" "Breakpoint.*\[0-9\]*\\." \
-                    "tbreak caller$e"
+                    "tbreak callee$e"
             
            gdb_test "continue" ".*/\\* callee$e \\*/" "run to callee$e"
 
This page took 0.029946 seconds and 4 git commands to generate.