From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25264 invoked by alias); 21 Jul 2003 14:22:35 -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 25257 invoked from network); 21 Jul 2003 14:22:34 -0000 Received: from unknown (HELO localhost.redhat.com) (66.30.197.194) by sources.redhat.com with SMTP; 21 Jul 2003 14:22:34 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 7D3AF2B7F; Mon, 21 Jul 2003 10:22:34 -0400 (EDT) Message-ID: <3F1BF72A.4010603@redhat.com> Date: Mon, 21 Jul 2003 14:22:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030223 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Michael Elizabeth Chastain Cc: gdb-patches@sources.redhat.com Subject: Re: [rfa:dwarf2] Use frame_unwind_address_in_black References: <200307200329.h6K3ThQP025994@duracef.shout.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-07/txt/msg00363.txt.bz2 > My test bed says ... > > . no regressions > . fixes the problem with dwarf-2 > . does not fix the problem with stabs+ Thanks. > Just like mainline. > > Michael C > > 2003-07-18 Andrew Cagney > > * dwarf2-frame.h (dwarf2_frame_sniffer): Replace "dwarf2_frame_p". > * dwarf2-frame.c (dwarf2_frame_sniffer): Replace "dwarf2_frame_p". > (dwarf2_frame_cache): Use frame_unwind_address_in_block, instead > of frame_pc_unwind. > * i386-tdep.c (i386_gdbarch_init): Update. > * alpha-tdep.c (alpha_dwarf2_init_abi): Update. I've checked it in. Now to figure out which of the bug reports I can close :-) Andrew