2002-01-21 Fred Fish <fnf@redhat.com>
* gdb.base/restore.exp (restore_tests): Fix obvious typo, callee not caller.
This commit is contained in:
parent
64328b468d
commit
b3ff9d9a65
@ -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
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user