don't give an error.
* gdb.base/term.exp: Call delete_breakpoints before starting.
Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
+ * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
+ don't give an error.
+ * gdb.base/term.exp: Call delete_breakpoints before starting.
+
* gdb.base/Makefile.in (EXECUTABLES): Remove t10.
(t10): Add comment.
exp_continue
}
-re "y\r\n$prompt $" {}
- -re ".*$prompt $" { perror "Delete all breakpoints" ; return }
+ -re ".*$prompt $" { # This happens if there were no breakpoints
+ }
timeout { perror "Delete all breakpoints (timeout)" ; return }
}
send "info breakpoints\n"