From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6412 invoked by alias); 2 May 2005 19:39:27 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 6100 invoked from network); 2 May 2005 19:39:19 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 2 May 2005 19:39:19 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id j42JdIQO014417 for ; Mon, 2 May 2005 15:39:18 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id j42JdFO18507; Mon, 2 May 2005 15:39:15 -0400 Received: from localhost.localdomain (vpn50-19.rdu.redhat.com [172.16.50.19]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id j42JdFDF007593; Mon, 2 May 2005 15:39:15 -0400 Received: from ironwood.lan (ironwood.lan [192.168.64.8]) by localhost.localdomain (8.12.11/8.12.10) with ESMTP id j42Jd9C0028705; Mon, 2 May 2005 12:39:09 -0700 Date: Mon, 02 May 2005 19:39:00 -0000 From: Kevin Buettner To: Michael Snyder Cc: gdb-patches@sources.redhat.com Subject: Re: [RFC] Eliminate use of deprecated_register_bytes() from remote.c Message-ID: <20050502123908.2cc59dde@ironwood.lan> In-Reply-To: <4272BC49.5060801@redhat.com> References: <20050415143245.4b210dfe@ironwood.lan> <20050415213758.GA13161@nevyn.them.org> <20050415161212.28c1d511@ironwood.lan> <4272BC49.5060801@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-SW-Source: 2005-05/txt/msg00062.txt.bz2 On Fri, 29 Apr 2005 15:59:21 -0700 Michael Snyder wrote: > Kevin Buettner wrote: > > > I can think of no reason to continue to over-allocate space for g/G > > packets in remote.c > > What if the target returns a longer string? GDB will print a "Remote packet too long" message. Do you know of any stubs which return a "g" packet containing pseudo registers? Kevin