aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/lib
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2003-11-20 15:58:08 +0000
committerAndrew Cagney <cagney@redhat.com>2003-11-20 15:58:08 +0000
commit2b211c59a27e846f60de28b83fdb9a6d41319236 (patch)
tree90f0d41fe6f196ff4420986db9f657e40698cf48 /gdb/testsuite/lib
parent039cf96dc4850dfd1de813faa9200bdc4fadb021 (diff)
downloadgdb-2b211c59a27e846f60de28b83fdb9a6d41319236.zip
gdb-2b211c59a27e846f60de28b83fdb9a6d41319236.tar.gz
gdb-2b211c59a27e846f60de28b83fdb9a6d41319236.tar.bz2
2003-11-20 Andrew Cagney <cagney@redhat.com>
* lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the resync count exceeded.
Diffstat (limited to 'gdb/testsuite/lib')
-rw-r--r--gdb/testsuite/lib/gdb.exp2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/testsuite/lib/gdb.exp b/gdb/testsuite/lib/gdb.exp
index e2848e3..e0be1b7 100644
--- a/gdb/testsuite/lib/gdb.exp
+++ b/gdb/testsuite/lib/gdb.exp
@@ -407,6 +407,8 @@ proc gdb_internal_error_resync {} {
}
}
}
+ perror "Could not resync from internal error (resync count exceeded)"
+ return 0
}