* remote.c (remotetimeout): New GDB variable, use to set the
	remote timeout for reading.
PR 8791.
This commit is contained in:
Stan Shebs
1996-01-12 23:31:13 +00:00
parent 14899eb7f2
commit 2c441e7fb7
2 changed files with 14 additions and 2 deletions

View File

@@ -1812,4 +1812,9 @@ _initialize_remote ()
{
add_target (&remote_ops);
add_target (&extended_remote_ops);
add_show_from_set (add_set_cmd ("remotetimeout", no_class,
var_integer, (char *)&remote_timeout,
"Set timeout value for remote read.\n", &setlist),
&showlist);
}