From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22588 invoked by alias); 29 Apr 2005 22:59:26 -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 22575 invoked from network); 29 Apr 2005 22:59:24 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 29 Apr 2005 22:59:24 -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 j3TMxO59025740 for ; Fri, 29 Apr 2005 18:59:24 -0400 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id j3TMxNO19876; Fri, 29 Apr 2005 18:59:23 -0400 Received: from [172.16.24.50] (bluegiant.sfbay.redhat.com [172.16.24.50]) by potter.sfbay.redhat.com (8.12.8/8.12.8) with ESMTP id j3TMxMth026439; Fri, 29 Apr 2005 18:59:22 -0400 Message-ID: <4272BC49.5060801@redhat.com> Date: Fri, 29 Apr 2005 22:59:00 -0000 From: Michael Snyder User-Agent: Mozilla Thunderbird (X11/20050322) MIME-Version: 1.0 To: Kevin Buettner CC: gdb-patches@sources.redhat.com Subject: Re: [RFC] Eliminate use of deprecated_register_bytes() from remote.c References: <20050415143245.4b210dfe@ironwood.lan> <20050415213758.GA13161@nevyn.them.org> <20050415161212.28c1d511@ironwood.lan> In-Reply-To: <20050415161212.28c1d511@ironwood.lan> Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2005-04/txt/msg00439.txt.bz2 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?