aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/ChangeLog
diff options
context:
space:
mode:
authorBob Manson <manson@cygnus>1997-06-17 00:08:20 +0000
committerBob Manson <manson@cygnus>1997-06-17 00:08:20 +0000
commit77f3ac77b541865ccd33567adb0c3c988cb60625 (patch)
treebffa6548656444d55fd178d219925f02c57bfd02 /gdb/testsuite/ChangeLog
parentc1292d9ba94dc8e062adf128b414a80bc4635d84 (diff)
downloadgdb-77f3ac77b541865ccd33567adb0c3c988cb60625.zip
gdb-77f3ac77b541865ccd33567adb0c3c988cb60625.tar.gz
gdb-77f3ac77b541865ccd33567adb0c3c988cb60625.tar.bz2
* lib/gdb.exp: Close connection to remote host if gdb doesn't
initialize. (default_gdb_init): New procedure; allow gdb_init to be overridden by a target configuration file. (gdb_expect): Pass the timeout to remote_expect. * config/dos.exp(dos_wait): Add timeout parameter. * lib/remote.exp(remote_expect): Add timeout parameter. (remote_wait): Ditto. (standard_wait): Ditto. Also give up if the program outputs more than 512,000 bytes. * config/vxworks.exp: Use timeout parameter instead of setting timeout variable. * config/dos.exp: Ditto. * config/ddb.exp: Ditto. * lib/mondfe.exp: Ditto. * lib/rlogin.exp: Ditto. * lib/telnet.exp: Ditto. * config/base68k.exp: Ditto. * config/i386-bozo.exp: Ditto. * config/gdb-comm.exp: Ditto. * config/gdb_stub.exp: Ditto. * config/i960.exp: Ditto. * config/ddb-ether.exp: Ditto. * config/sim.exp: Ditto. * lib/g++.exp(g++_init): Use g++_include_flags instead of making up the includes ourselves.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r--gdb/testsuite/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index a789a0a..e4d2dfa 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,5 +1,11 @@
Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
+ * lib/gdb.exp: Close connection to remote host if gdb doesn't
+ initialize.
+ (default_gdb_init): New procedure; allow gdb_init to be overridden
+ by a target configuration file.
+ (gdb_expect): Pass the timeout to remote_expect.
+
* config/monitor.exp(gdb_load): Fix typo in regexp.
Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>