aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorJim Blandy <jimb@codesourcery.com>2002-11-25 19:54:09 +0000
committerJim Blandy <jimb@codesourcery.com>2002-11-25 19:54:09 +0000
commitf1c8a9492e9687ee6b824de5463105b7db8c1d7b (patch)
tree2751260490ed903c026e85f307095742cfb9ad41 /gdb
parentda91385db36b15b4a525dd38c7540db2a7ee14f4 (diff)
downloadfsf-binutils-gdb-f1c8a9492e9687ee6b824de5463105b7db8c1d7b.zip
fsf-binutils-gdb-f1c8a9492e9687ee6b824de5463105b7db8c1d7b.tar.gz
fsf-binutils-gdb-f1c8a9492e9687ee6b824de5463105b7db8c1d7b.tar.bz2
* lib/mi-support.exp (mi_delete_breakpoints): Change name of
function appearing in error message.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/testsuite/ChangeLog5
-rw-r--r--gdb/testsuite/lib/mi-support.exp2
2 files changed, 6 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index cca06f2..3b2e467 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -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.
diff --git a/gdb/testsuite/lib/mi-support.exp b/gdb/testsuite/lib/mi-support.exp
index de775b6..4d5bc6c 100644
--- a/gdb/testsuite/lib/mi-support.exp
+++ b/gdb/testsuite/lib/mi-support.exp
@@ -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