* lib/mi-support.exp (mi_delete_breakpoints): Change name of

function appearing in error message.
This commit is contained in:
Jim Blandy 2002-11-25 19:54:09 +00:00
parent da91385db3
commit f1c8a9492e
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2002-11-25 Jim Blandy <jimb@redhat.com>
* lib/mi-support.exp (mi_delete_breakpoints): Change name of
function appearing in error message.
2002-11-21 Daniel Jacobowitz <drow@mvista.com>
* gdb.base/maint.exp (help maint dump-me): Update with typo fix.

View File

@ -212,7 +212,7 @@ proc mi_delete_breakpoints {} {
-re ".*102-break-delete\r\n102\\\^done\r\n$mi_gdb_prompt$" {
# This happens if there were no breakpoints
}
timeout { perror "Delete all breakpoints in delete_breakpoints (timeout)" ; return }
timeout { perror "Delete all breakpoints in mi_delete_breakpoints (timeout)" ; return }
}
# The correct output is not "No breakpoints or watchpoints." but an