From: K. Richard Pixley Date: Wed, 16 Jun 1993 23:13:57 +0000 (+0000) Subject: start tracking user visible changes X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=21cc14d8505ad50143ea248c0de12bfa9eecf1e7;p=binutils-gdb.git start tracking user visible changes --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index a28655cb3fd..829fc3aa74a 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,8 @@ Wed Jun 16 16:08:18 1993 K. Richard Pixley (rich@sendai.cygnus.com) + * NEWS: tracking user visible changes starting with + vxworks-timeout. + * remote-vx.c (_initialize_vx): rename user settable option from rpcTimeout to vxworks-timeout. diff --git a/gdb/NEWS b/gdb/NEWS index b77a1ea3e22..7c285325410 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -1,6 +1,16 @@ What has changed since GDB-3.5? (Organized release by release) +*** Changes in GDB-???: + + * User visible changes: + +All vxworks based targets now support a user settable option, called +vxworks-timeout. This option represents the number of seconds gdb +should wait for responses to rpc's. You might want to use this if +your vxworks target is, perhaps, a slow software simulator or happens +to be on the far side of a thin network line. + *** Changes in GDB-4.9: * Testsuite