From: Rob Savoye Date: Mon, 30 Aug 1993 23:06:57 +0000 (+0000) Subject: Use default_gdb_exit now. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=006f1ea2a492ada6a360c6ea5f62b9cf2407e493;p=binutils-gdb.git Use default_gdb_exit now. --- diff --git a/gdb/testsuite/config/unix-gdb.exp b/gdb/testsuite/config/unix-gdb.exp index dbadd3826de..e0a7614bd3e 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