aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote-hms.c
diff options
context:
space:
mode:
authorSteve Chamberlain <sac@cygnus>1994-04-15 18:43:07 +0000
committerSteve Chamberlain <sac@cygnus>1994-04-15 18:43:07 +0000
commit63eef03aba38e720963067475ff50ec372a099f4 (patch)
treee09b5f78d15d590b2168a133b1271d6908e61766 /gdb/remote-hms.c
parent723a8cc5327d0864e37745220c6f0b4160d67ba2 (diff)
downloadgdb-63eef03aba38e720963067475ff50ec372a099f4.zip
gdb-63eef03aba38e720963067475ff50ec372a099f4.tar.gz
gdb-63eef03aba38e720963067475ff50ec372a099f4.tar.bz2
* h8500-tdep.c (initialize_h8500_tdep, large_command):
All references to value changed to value_ptrlage_command is now called big_command. All references to value changed to value_ptr. * remote-z8k.c (e7000_wait): Use target_waitstatus and SETSTOP * remote-hms.c (hms_wait): Timeout after five seconds. * ser-go32.c (dosasync_read): Poll if timeout < 0. * config/tm/tm-h8500.h (BEFORE_MAIN_LOOP_HOOK): Deleted. * config/sh/tm-sh.h (BREAKPOINT): Is now sleep opcode.
Diffstat (limited to 'gdb/remote-hms.c')
-rw-r--r--gdb/remote-hms.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote-hms.c b/gdb/remote-hms.c
index d8cb674..840bf38 100644
--- a/gdb/remote-hms.c
+++ b/gdb/remote-hms.c
@@ -726,7 +726,7 @@ hms_wait (pid, status)
return 0;
}
- timeout = -1; /* Don't time out -- user program is running.
+ timeout = 5; /* Don't time out for a while - user program is running.
*/
immediate_quit = 1; /* Helps ability to QUIT */
while (1)