From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13951 invoked by alias); 21 Apr 2004 14:55:08 -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 13943 invoked from network); 21 Apr 2004 14:55:08 -0000 Received: from unknown (HELO localhost.redhat.com) (24.157.170.238) by sources.redhat.com with SMTP; 21 Apr 2004 14:55:08 -0000 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id BFDD02B9E; Tue, 20 Apr 2004 13:17:07 -0400 (EDT) Message-ID: <40855B13.7060706@gnu.org> Date: Wed, 21 Apr 2004 14:55:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-GB; rv:1.4.1) Gecko/20040217 MIME-Version: 1.0 To: Daniel Jacobowitz , Randolph Chung Cc: gdb-patches@sources.redhat.com Subject: Re: [patch] Fix unwind handling for hppa References: <20040417080536.GB17842@tausq.org> <20040417163525.GA3521@nevyn.them.org> In-Reply-To: <20040417163525.GA3521@nevyn.them.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-04/txt/msg00482.txt.bz2 > ]snip] the point is to unwind without magic knowledge of the > next frame. [snip] The unwind sniffer uses the debug info and other function specific knowledge to identify a `stackless leaf function'. For an example, look at the s390's stub unwinder. Andrew