Use default_gdb_exit now.
authorRob Savoye <rob@cygnus>
Mon, 30 Aug 1993 23:06:57 +0000 (23:06 +0000)
committerRob Savoye <rob@cygnus>
Mon, 30 Aug 1993 23:06:57 +0000 (23:06 +0000)
gdb/testsuite/config/unix-gdb.exp

index dbadd3826de62e07d9bea6f6af90d58c864cfed8..e0a7614bd3e7856ee948d85ca3261910d4d3d668 100644 (file)
@@ -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
This page took 0.024621 seconds and 4 git commands to generate.