From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18812 invoked by alias); 18 Jul 2003 20:02:23 -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 18803 invoked from network); 18 Jul 2003 20:02:23 -0000 Received: from unknown (HELO localhost.redhat.com) (66.30.197.194) by sources.redhat.com with SMTP; 18 Jul 2003 20:02:23 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 233C32B7F; Fri, 18 Jul 2003 16:02:22 -0400 (EDT) Message-ID: <3F18524E.8090401@redhat.com> Date: Fri, 18 Jul 2003 20:02: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: Elena Zannoni Cc: gdb-patches@sources.redhat.com Subject: Re: [rfa:dwarf2] Use frame_unwind_address_in_block References: <3F15DE03.9000104@redhat.com> <16152.18577.291423.463717@localhost.redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-07/txt/msg00346.txt.bz2 > Andrew Cagney writes: > > Hello, > > > > This, finally, is the tweak to the dwarf2-unwind code, to use the > > frame's address-in-block, instead of the frame's PC to select the CFI > > info. Two test cases stop failing: > > > > 1gdb.base/corefile.exp: backtrace in corefile.exp FAIL PASS > > 2gdb.base/gdb1250.exp: backtrace from abort KFAIL PASS > > > > Ok for the mainline? > > Ok to pull something equivalent into 6.0 branch? > > seems sane. Committed to mainline. I'll leave 6.0 until next week. Andrew