diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-03-16 16:57:39 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-03-16 16:57:39 +0000 |
commit | 3006c5ac367af15bed7322f62ec4755bb4daa358 (patch) | |
tree | f60c1906e7357dd3126e6d13d69b1b17b92f8a60 /gdb/testsuite | |
parent | ac83d595de63aedc2bbcae2169d26c8a1e676218 (diff) | |
download | gdb-3006c5ac367af15bed7322f62ec4755bb4daa358.zip gdb-3006c5ac367af15bed7322f62ec4755bb4daa358.tar.gz gdb-3006c5ac367af15bed7322f62ec4755bb4daa358.tar.bz2 |
* 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.
Diffstat (limited to 'gdb/testsuite')
-rw-r--r-- | gdb/testsuite/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 388f236..453f1f7 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. |