From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28373 invoked by alias); 2 Feb 2005 16:16:59 -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 27656 invoked from network); 2 Feb 2005 16:16:47 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 2 Feb 2005 16:16:47 -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 j12GGlkR003225 for ; Wed, 2 Feb 2005 11:16:47 -0500 Received: from localhost.redhat.com (vpn50-94.rdu.redhat.com [172.16.50.94]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id j12GGkO15780; Wed, 2 Feb 2005 11:16:47 -0500 Received: from [127.0.0.1] (localhost.localdomain [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id D68537D79; Wed, 2 Feb 2005 11:15:47 -0500 (EST) Message-ID: <4200FCB1.3010303@gnu.org> Date: Wed, 02 Feb 2005 16:16:00 -0000 From: Andrew Cagney User-Agent: Mozilla Thunderbird 0.8 (X11/20041020) MIME-Version: 1.0 To: Daniel Jacobowitz Cc: gdb-patches@sources.redhat.com Subject: Re: [commit] Make value_contents_*_raw a function References: <42001CCA.5040201@gnu.org> <20050202013217.GA26801@nevyn.them.org> In-Reply-To: <20050202013217.GA26801@nevyn.them.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2005-02/txt/msg00007.txt.bz2 Daniel Jacobowitz wrote: > On Tue, Feb 01, 2005 at 07:20:26PM -0500, Andrew Cagney wrote: > >>FYI, >>committed, >>Andrew > > > OK, it's obvious that you're doing this as a step towards DW_OP_piece > support. Would you mind summarizing your approach for the audience? http://sources.redhat.com/ml/gdb/2004-11/msg00015.html Step 0 being clean up struct value. Andrew