From 006f1ea2a492ada6a360c6ea5f62b9cf2407e493 Mon Sep 17 00:00:00 2001 From: Rob Savoye Date: Mon, 30 Aug 1993 23:06:57 +0000 Subject: [PATCH] Use default_gdb_exit now. --- gdb/testsuite/config/unix-gdb.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2