From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23022 invoked by alias); 14 Jun 2002 19:22:04 -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 22989 invoked from network); 14 Jun 2002 19:21:59 -0000 Received: from unknown (HELO takamaka.int.act-europe.fr) (209.53.17.163) by sources.redhat.com with SMTP; 14 Jun 2002 19:21:59 -0000 Received: by takamaka.int.act-europe.fr (Postfix, from userid 507) id DA6CA89FBA; Fri, 14 Jun 2002 12:21:56 -0700 (PDT) Date: Fri, 14 Jun 2002 12:22:00 -0000 From: Joel Brobecker To: gdb-patches@sources.redhat.com Subject: Re: [RFA] Tru64 stack unwinding fix Message-ID: <20020614122156.J17001@gnat.com> References: <20020614120726.G17001@gnat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020614120726.G17001@gnat.com>; from brobecker@gnat.com on Fri, Jun 14, 2002 at 12:07:26PM -0700 X-SW-Source: 2002-06/txt/msg00246.txt.bz2 > Here is the ChangeLog: > 2002-06-14 Joel Brobecker > * alpha-tdep.c (heuristic_proc_desc): Compute the size of the > current frame using only the first stack size adjustment. All > subsequent size adjustments are not considered to be part of > the "static" part of the current frame. > Compute the address of the saved registers relative to the > Frame Pointer ($fp) instead of the Stack Pointer if $fp is > in use in this frame. I forgot to say: no regression introduced by this change. -- Joel