From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24870 invoked by alias); 10 Sep 2003 19:48:00 -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 24852 invoked from network); 10 Sep 2003 19:47:59 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 10 Sep 2003 19:47:59 -0000 Received: from int-mx2.corp.redhat.com (nat-pool-rdu-dmz.redhat.com [172.16.52.200]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id h8AJlvl21567 for ; Wed, 10 Sep 2003 15:47:57 -0400 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx2.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h8AJluL13322 for ; Wed, 10 Sep 2003 15:47:56 -0400 Received: from dot.sfbay.redhat.com (dot.sfbay.redhat.com [172.16.24.7]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with ESMTP id h8AJltw26279 for ; Wed, 10 Sep 2003 12:47:55 -0700 Received: (from rth@localhost) by dot.sfbay.redhat.com (8.11.6/8.11.6) id h8AJlsr15893 for gdb-patches@sources.redhat.com; Wed, 10 Sep 2003 12:47:54 -0700 X-Authentication-Warning: dot.sfbay.redhat.com: rth set sender to rth@redhat.com using -f Date: Wed, 10 Sep 2003 19:48:00 -0000 From: Richard Henderson To: gdb-patches@sources.redhat.com Subject: Re: [rfa/6.0] Better handle unspecified CFI values Message-ID: <20030910194754.GC15867@redhat.com> References: <3F593115.4030407@redhat.com> <20030906213351.GA1101@nevyn.them.org> <3F5D1AE7.7020306@redhat.com> <20030909033053.GA8904@nevyn.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030909033053.GA8904@nevyn.them.org> User-Agent: Mutt/1.4i X-SW-Source: 2003-09/txt/msg00203.txt.bz2 On Mon, Sep 08, 2003 at 11:30:53PM -0400, Daniel Jacobowitz wrote: > We can only compute expressions > describing a memory location where the register is saved, not computed > values. False. See DW_CFA_expression. r~