From: Stu Grossman Date: Thu, 11 May 1995 22:13:46 +0000 (+0000) Subject: * config/monitor.exp (gdb_target_monitor): Fix loop interator so X-Git-Tag: gdb-4_18~11801 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7c71315ce56e6a542e1c8fcdf04fcbee58ef3b73;p=platform%2Fupstream%2Fbinutils.git * config/monitor.exp (gdb_target_monitor): Fix loop interator so that loop eventually terminates. Fix Connection refused logic so that testsuite will expire nicely. --- 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)