From: K. Richard Pixley Date: Wed, 16 Jun 1993 23:11:46 +0000 (+0000) Subject: rename user settable option from rpcTimeout to vxworks-timeout. X-Git-Tag: gdb-4_18-branchpoint~18784 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c5d60496e2f2066a522c1e1ba70a523903b1c99;p=thirdparty%2Fbinutils-gdb.git rename user settable option from rpcTimeout to vxworks-timeout. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e3383767d45..a28655cb3fd 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +Wed Jun 16 16:08:18 1993 K. Richard Pixley (rich@sendai.cygnus.com) + + * remote-vx.c (_initialize_vx): rename user settable option from + rpcTimeout to vxworks-timeout. + Wed Jun 16 12:21:49 1993 Fred Fish (fnf@cygnus.com) * Makefile.in (depend): More makefile diddling. diff --git a/gdb/remote-vx.c b/gdb/remote-vx.c index a9548a9a238..ad5dc906bef 100644 --- a/gdb/remote-vx.c +++ b/gdb/remote-vx.c @@ -1312,7 +1312,7 @@ _initialize_vx () { add_show_from_set - (add_set_cmd ("rpcTimeout", class_support, var_uinteger, + (add_set_cmd ("vxworks-timeout", class_support, var_uinteger, (char *) &rpcTimeout.tv_sec, "Set seconds to wait for rpc calls to return.\n\ Set the number of seconds to wait for rpc calls to return.", &setlist),