diff options
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/testsuite/config/unix-gdb.exp | 2 |
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 |