forked from Imagelibrary/binutils-gdb
* lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
don't give an error. * gdb.base/term.exp: Call delete_breakpoints before starting.
This commit is contained in:
@@ -99,7 +99,8 @@ proc delete_breakpoints {} {
|
||||
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"
|
||||
|
||||
Reference in New Issue
Block a user