From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6191 invoked by alias); 20 Jul 2003 03:29:45 -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 6183 invoked from network); 20 Jul 2003 03:29:44 -0000 Received: from unknown (HELO concert.shout.net) (204.253.184.25) by sources.redhat.com with SMTP; 20 Jul 2003 03:29:44 -0000 Received: from duracef.shout.net (duracef.shout.net [204.253.184.12]) by concert.shout.net (8.12.9/8.12.9) with ESMTP id h6K3Thag023814; Sat, 19 Jul 2003 22:29:43 -0500 Received: from duracef.shout.net (localhost [127.0.0.1]) by duracef.shout.net (8.12.9/8.12.9) with ESMTP id h6K3ThHK025995; Sat, 19 Jul 2003 22:29:43 -0500 Received: (from mec@localhost) by duracef.shout.net (8.12.9/8.12.9/Submit) id h6K3ThQP025994; Sat, 19 Jul 2003 23:29:43 -0400 Date: Sun, 20 Jul 2003 03:29:00 -0000 From: Michael Elizabeth Chastain Message-Id: <200307200329.h6K3ThQP025994@duracef.shout.net> To: ac131313@redhat.com, gdb-patches@sources.redhat.com Subject: Re: [rfa:dwarf2] Use frame_unwind_address_in_black X-SW-Source: 2003-07/txt/msg00355.txt.bz2 My test bed says ... . no regressions . fixes the problem with dwarf-2 . does not fix the problem with stabs+ 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.