* lib/mi-support.exp (mi_delete_breakpoints): Change name of
authorJim Blandy <jimb@codesourcery.com>
Mon, 25 Nov 2002 19:54:09 +0000 (19:54 +0000)
committerJim Blandy <jimb@codesourcery.com>
Mon, 25 Nov 2002 19:54:09 +0000 (19:54 +0000)
function appearing in error message.

gdb/testsuite/ChangeLog
gdb/testsuite/lib/mi-support.exp

index cca06f27e966f70a14358679b04e3952bc6eef7b..3b2e467e8a9ca384db17a5f6838b7e1914d4c97b 100644 (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.
index de775b6c423087d5b761eaf5ecf357f1daac97c5..4d5bc6cfb9a6ccef41738e45341030abd7811c67 100644 (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
This page took 0.030807 seconds and 4 git commands to generate.