From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24023 invoked by alias); 14 May 2003 22:48:02 -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 24016 invoked from network); 14 May 2003 22:48:02 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 14 May 2003 22:48:02 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id h4EMm1H21272 for ; Wed, 14 May 2003 18:48:01 -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 h4EMm1I17405 for ; Wed, 14 May 2003 18:48:01 -0400 Received: from localhost.localdomain (vpn50-3.rdu.redhat.com [172.16.50.3]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h4EMlwQ27110 for ; Wed, 14 May 2003 18:47:59 -0400 Received: (from kev@localhost) by localhost.localdomain (8.11.6/8.11.6) id h4EMloq10569 for gdb-patches@sources.redhat.com; Wed, 14 May 2003 15:47:50 -0700 Date: Wed, 14 May 2003 22:48:00 -0000 From: Kevin Buettner Message-Id: <1030514224750.ZM10568@localhost.localdomain> In-Reply-To: Elena Zannoni "Re: [RFA] dwarf2expr.c: Prepare for eventual DW_OP_piece support" (May 7, 7:06pm) References: <1030424010535.ZM18157@localhost.localdomain> <1030507224112.ZM32208@localhost.localdomain> <16057.37219.690886.548761@localhost.redhat.com> To: gdb-patches@sources.redhat.com Subject: Re: [RFA] dwarf2expr.c: Prepare for eventual DW_OP_piece support MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-05/txt/msg00229.txt.bz2 On May 7, 7:06pm, Elena Zannoni wrote: > > Okay? > > ok. > > > * dwarf2expr.c (execute_stack_op): Move ``ctx->in_reg'' initialization > > out of loop. Allow DW_OP_reg0 ... DW_OP_reg31 and DW_OP_regx to > > be used in conjuction with DW_OP_piece. Revise error message > > accordingly. Committed. Kevin