From 62db94cb844b464c4b8fff08524b3a909f5d9987 Mon Sep 17 00:00:00 2001 From: Jim Kingdon Date: Thu, 19 Aug 1993 23:57:21 +0000 Subject: [PATCH] * config/unix-gdb.exp (gdb_exit): Move info on this vs. lib/gdb.exp (gdb_exit) from ChangeLog to comments. --- gdb/testsuite/ChangeLog | 3 +++ gdb/testsuite/config/unix-gdb.exp | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 3e505fd..1912134 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,5 +1,8 @@ Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com) + * config/unix-gdb.exp (gdb_exit): Move info on this vs. + lib/gdb.exp (gdb_exit) from ChangeLog to comments. + * gdb.t06/signals.exp: Skip the whole file with xfail for delta68. Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com) diff --git a/gdb/testsuite/config/unix-gdb.exp b/gdb/testsuite/config/unix-gdb.exp index cbd07d1..f3aed9f 100644 --- a/gdb/testsuite/config/unix-gdb.exp +++ b/gdb/testsuite/config/unix-gdb.exp @@ -152,6 +152,10 @@ proc gdb_load { arg } { # # gdb_exit -- kills the gdb process currently running # +# This overrides the generic version of gdb_exit in lib/gdb.exp, since +# it's doing a lot of wierd stuff that lib/gdb.exp isn't. +# FIXME, fold it in, or abandon this version. + proc gdb_exit {} { global verbose global GDB -- 2.7.4