From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29598 invoked by alias); 6 Apr 2005 21:28:33 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 29528 invoked from network); 6 Apr 2005 21:28:26 -0000 Received: from unknown (HELO nevyn.them.org) (66.93.172.17) by sourceware.org with SMTP; 6 Apr 2005 21:28:26 -0000 Received: from drow by nevyn.them.org with local (Exim 4.50 #1 (Debian)) id 1DJI4X-0006Ec-Rp; Wed, 06 Apr 2005 17:28:25 -0400 Date: Wed, 06 Apr 2005 21:28:00 -0000 From: Daniel Jacobowitz To: Kevin Buettner Cc: gdb@sources.redhat.com Subject: Re: Redundancy in remote.c packet config messages? Message-ID: <20050406212825.GA23835@nevyn.them.org> Mail-Followup-To: Kevin Buettner , gdb@sources.redhat.com References: <20050406142359.0c61c694@ironwood.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050406142359.0c61c694@ironwood.lan> User-Agent: Mutt/1.5.8i X-SW-Source: 2005-04/txt/msg00042.txt.bz2 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