From: Jim Kingdon Date: Wed, 16 Mar 1994 16:57:39 +0000 (+0000) Subject: * lib/gdb.exp: Set prompt to (gdb) if it isn't already set. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3006c5ac367af15bed7322f62ec4755bb4daa358;p=binutils-gdb.git * lib/gdb.exp: Set prompt to (gdb) if it isn't already set. (default_gdb_exit): Replace all the hair with sending "quit" to the process with a simple close. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 388f2365316..453f1f7fa56 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,9 @@ +Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com) + + * lib/gdb.exp: Set prompt to (gdb) if it isn't already set. + (default_gdb_exit): Replace all the hair with sending "quit" to + the process with a simple close. + Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com) * TODO: Add suggestions for shared library tests.