diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-08-19 23:57:21 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-08-19 23:57:21 +0000 |
commit | 62db94cb844b464c4b8fff08524b3a909f5d9987 (patch) | |
tree | a8b43c60ae89230732d6127d86d675edb6a97517 /gdb/testsuite/config | |
parent | e09c5e26b89a68f81748454abd4f708156950943 (diff) | |
download | gdb-62db94cb844b464c4b8fff08524b3a909f5d9987.zip gdb-62db94cb844b464c4b8fff08524b3a909f5d9987.tar.gz gdb-62db94cb844b464c4b8fff08524b3a909f5d9987.tar.bz2 |
* config/unix-gdb.exp (gdb_exit): Move info on this vs.
lib/gdb.exp (gdb_exit) from ChangeLog to comments.
Diffstat (limited to 'gdb/testsuite/config')
-rw-r--r-- | gdb/testsuite/config/unix-gdb.exp | 4 |
1 files changed, 4 insertions, 0 deletions
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 |