diff options
author | Bob Manson <manson@cygnus> | 1997-06-19 04:36:04 +0000 |
---|---|---|
committer | Bob Manson <manson@cygnus> | 1997-06-19 04:36:04 +0000 |
commit | 283e535d3f61a1d8f8dbc6c9983b08031eca9dbb (patch) | |
tree | 0919388a6562dbbb43397d963c174eea985800a1 /gdb/testsuite/ChangeLog | |
parent | ba0e3b78dc794bde79b373d58b67499160e9eb59 (diff) | |
download | gdb-283e535d3f61a1d8f8dbc6c9983b08031eca9dbb.zip gdb-283e535d3f61a1d8f8dbc6c9983b08031eca9dbb.tar.gz gdb-283e535d3f61a1d8f8dbc6c9983b08031eca9dbb.tar.bz2 |
(gdb_expect): Add optional timeout parameter, and add timeout
value to various calls.
(gdb_suppress_tests): Only give one warning message per group.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r-- | gdb/testsuite/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 0c23916..4783627 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -2,6 +2,9 @@ Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com> * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init properly. + (gdb_expect): Add optional timeout parameter, and add timeout + value to various calls. + (gdb_suppress_tests): Only give one warning message per group. Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com> |