aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote-vx.c
diff options
context:
space:
mode:
authorK. Richard Pixley <rich@cygnus>1993-06-16 23:11:46 +0000
committerK. Richard Pixley <rich@cygnus>1993-06-16 23:11:46 +0000
commit1c5d60496e2f2066a522c1e1ba70a523903b1c99 (patch)
tree9b8419edb80353da77e7d4bc2ae3809311fc2f00 /gdb/remote-vx.c
parent53f0969be3e44b0f94c82bae6a2480fd6fc4409d (diff)
downloadgdb-1c5d60496e2f2066a522c1e1ba70a523903b1c99.zip
gdb-1c5d60496e2f2066a522c1e1ba70a523903b1c99.tar.gz
gdb-1c5d60496e2f2066a522c1e1ba70a523903b1c99.tar.bz2
rename user settable option from rpcTimeout to vxworks-timeout.
Diffstat (limited to 'gdb/remote-vx.c')
-rw-r--r--gdb/remote-vx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote-vx.c b/gdb/remote-vx.c
index a9548a9..ad5dc90 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),