From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15635 invoked by alias); 22 Aug 2006 21:32:31 -0000 Received: (qmail 15626 invoked by uid 22791); 22 Aug 2006 21:32:30 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Tue, 22 Aug 2006 21:32:28 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1GFdrF-0000FB-Pd for gdb-patches@sourceware.org; Tue, 22 Aug 2006 17:32:26 -0400 Date: Wed, 23 Aug 2006 09:57:00 -0000 From: Daniel Jacobowitz To: gdb-patches@sourceware.org Subject: Re: [rfc, frame] Always check for unsaved PC Message-ID: <20060822213225.GA884@nevyn.them.org> Mail-Followup-To: gdb-patches@sourceware.org References: <20060819161139.GC25238@nevyn.them.org> <200608201427.k7KERnD0001824@elgar.sibelius.xs4all.nl> <20060820170508.GD20987@nevyn.them.org> <200608222123.k7MLNtDv006888@elgar.sibelius.xs4all.nl> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200608222123.k7MLNtDv006888@elgar.sibelius.xs4all.nl> User-Agent: Mutt/1.5.11+cvs20060403 X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-08/txt/msg00177.txt.bz2 On Tue, Aug 22, 2006 at 11:23:55PM +0200, Mark Kettenis wrote: > We use them on Linux, but I haven't enabled the DWARF CFI frame > unwinder on all SPARC platforms yet because the StackGhost > complication on OpenBSD/sparc and OpenBSD/sparc64. > > The extra +8 is handled by sparc{32|64}_dwarf2_frame_init_reg(). Thanks, I see how now. -- Daniel Jacobowitz CodeSourcery