diff options
author | Jim Blandy <jimb@codesourcery.com> | 2002-11-25 19:54:09 +0000 |
---|---|---|
committer | Jim Blandy <jimb@codesourcery.com> | 2002-11-25 19:54:09 +0000 |
commit | 5b6d2897049760237577c3d38d1fd57204d324ec (patch) | |
tree | 6359bdc5e4476d8983349cf20dcb77cc2ba1fd7c /gdb/testsuite/lib/mi-support.exp | |
parent | fa4ee59046a31debd82978d97029e3faff0bd493 (diff) | |
download | gdb-5b6d2897049760237577c3d38d1fd57204d324ec.tar.gz |
* lib/mi-support.exp (mi_delete_breakpoints): Change name of
function appearing in error message.
Diffstat (limited to 'gdb/testsuite/lib/mi-support.exp')
-rw-r--r-- | gdb/testsuite/lib/mi-support.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/lib/mi-support.exp b/gdb/testsuite/lib/mi-support.exp index de775b6c423..4d5bc6cfb9a 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 |