This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Redundancy in remote.c packet config messages?


On Wed, Apr 06, 2005 at 02:23:59PM -0700, Kevin Buettner wrote:
> Does anyone know of a case where the first line provides non-redundant
> information?  If not, I'd like to prepare a patch which eliminates it. 
> That is, I would like the above session to instead show the following
> output:
> 
>     (gdb) show remote p-packet
>     Support for remote protocol `p' (fetch-register) packet is auto-detected,
>     currently unknown.
> 
>     (gdb) set remote p-packet on
>     (gdb) show remote p-packet
>     Support for remote protocol `p' (fetch-register) packet is currently
>     enabled.
>     (gdb) set remote p-packet off
>     (gdb) show remote p-packet
>     Support for remote protocol `p' (fetch-register) packet is currently
>     disabled.

I'm pretty sure it will never show useful information.  Both lines do
seem to be printing config->detect...

-- 
Daniel Jacobowitz
CodeSourcery, LLC


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]