From: Fred Fish Date: Tue, 22 Jan 2002 01:05:06 +0000 (+0000) Subject: 2002-01-21 Fred Fish X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b3ff9d9a65e3cb20bc5c8f1cced4951c6819b2c4;p=binutils-gdb.git 2002-01-21 Fred Fish * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee not caller. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 4d376583343..c4c0fd98511 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2002-01-21 Fred Fish + + * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee + not caller. + 2002-01-21 Jim Blandy * gdb.base/reread.exp: Check that GDB properly re-reads the diff --git a/gdb/testsuite/gdb.base/restore.exp b/gdb/testsuite/gdb.base/restore.exp index 03c2941f431..4c7a33a37c9 100644 --- a/gdb/testsuite/gdb.base/restore.exp +++ b/gdb/testsuite/gdb.base/restore.exp @@ -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"