aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Savoye <rob@cygnus>1993-08-30 23:06:57 +0000
committerRob Savoye <rob@cygnus>1993-08-30 23:06:57 +0000
commit006f1ea2a492ada6a360c6ea5f62b9cf2407e493 (patch)
treee846c561ffa651391cc1f2b64b9c6df0596565e3
parentfd69a916abae9e9725729adfcf617b1498b467c8 (diff)
downloadfsf-binutils-gdb-006f1ea2a492ada6a360c6ea5f62b9cf2407e493.zip
fsf-binutils-gdb-006f1ea2a492ada6a360c6ea5f62b9cf2407e493.tar.gz
fsf-binutils-gdb-006f1ea2a492ada6a360c6ea5f62b9cf2407e493.tar.bz2
Use default_gdb_exit now.
-rw-r--r--gdb/testsuite/config/unix-gdb.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/config/unix-gdb.exp b/gdb/testsuite/config/unix-gdb.exp
index dbadd38..e0a7614 100644
--- a/gdb/testsuite/config/unix-gdb.exp
+++ b/gdb/testsuite/config/unix-gdb.exp
@@ -226,7 +226,7 @@ proc gdb_start {} {
}
proc gdb_exit { } {
- default_gdb_exit
+ catch default_gdb_exit
}
# These only need to be uncommented for debugging test cases. They exist