Browse Source

Use default_gdb_exit now.

gdb-4_18-branch
Rob Savoye 33 years ago
parent
commit
006f1ea2a4
  1. 2
      gdb/testsuite/config/unix-gdb.exp

2
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

Loading…
Cancel
Save