From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2542 invoked by alias); 31 Dec 2004 20:09:37 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 2525 invoked from network); 31 Dec 2004 20:09:31 -0000 Received: from unknown (HELO dberlin.org) (68.164.203.246) by sourceware.org with SMTP; 31 Dec 2004 20:09:31 -0000 Received: from [127.0.0.1] (HELO dberlin.org) by dberlin.org (CommuniGate Pro SMTP 4.2.6) with ESMTP-TLS id 7632521; Fri, 31 Dec 2004 15:09:31 -0500 Date: Fri, 31 Dec 2004 20:09:00 -0000 From: Daniel Berlin To: "H. J. Lu" cc: Daniel Jacobowitz , gcc@gcc.gnu.org, GDB Subject: Re: Gdb generates location list without DW_AT_frame_base In-Reply-To: <20041231195734.GA4125@lucon.org> Message-ID: References: <20041223034318.GA19580@nevyn.them.org> <20041230192424.GA16440@lucon.org> <20041230193618.GA16661@lucon.org> <20041230195642.GA16984@lucon.org> <20041230200720.GA11027@nevyn.them.org> <20041230202346.GA17311@lucon.org> <20041230202828.GA11668@nevyn.them.org> <1104440193.20792.38.camel@DYN253786YKT> <20041230210451.GA17966@lucon.org> <20041231195734.GA4125@lucon.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-SW-Source: 2004-12/txt/msg00144.txt.bz2 > > There are several problems with this patch: > > 1. It checks DECL_EXTERNAL. Did you mean TREE_PUBLIC? No. Look at the conditions for generating a frame_base. I'll fix the other cases.