diff options
author | Stu Grossman <grossman@cygnus> | 1995-05-11 22:13:46 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1995-05-11 22:13:46 +0000 |
commit | 7c71315ce56e6a542e1c8fcdf04fcbee58ef3b73 (patch) | |
tree | d9e1390c621095b74ccabd1813b759bef7ba00a2 /gdb | |
parent | f031fc2c4b263a97b5a3c197916e0b194dd04a36 (diff) | |
download | gdb-7c71315ce56e6a542e1c8fcdf04fcbee58ef3b73.zip gdb-7c71315ce56e6a542e1c8fcdf04fcbee58ef3b73.tar.gz gdb-7c71315ce56e6a542e1c8fcdf04fcbee58ef3b73.tar.bz2 |
* config/monitor.exp (gdb_target_monitor): Fix loop interator so
that loop eventually terminates. Fix Connection refused logic so
that testsuite will expire nicely.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/testsuite/ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index ca4c1f1..b7aeaca 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,7 +1,8 @@ Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com) * config/monitor.exp (gdb_target_monitor): Fix loop interator so - that loop eventually terminates. + that loop eventually terminates. Fix Connection refused logic so + that testsuite will expire nicely. Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com) |