From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29779 invoked by alias); 24 Nov 2005 06:17:46 -0000 Received: (qmail 29772 invoked by uid 22791); 24 Nov 2005 06:17:46 -0000 X-Spam-Check-By: sourceware.org Received: from zproxy.gmail.com (HELO zproxy.gmail.com) (64.233.162.203) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 24 Nov 2005 06:17:45 +0000 Received: by zproxy.gmail.com with SMTP id x3so1589677nzd for ; Wed, 23 Nov 2005 22:17:43 -0800 (PST) Received: by 10.36.251.8 with SMTP id y8mr136795nzh; Wed, 23 Nov 2005 22:17:43 -0800 (PST) Received: by 10.37.2.35 with HTTP; Wed, 23 Nov 2005 22:17:43 -0800 (PST) Message-ID: <8f2776cb0511232217p69fbb7bfi65f991ee6447239f@mail.gmail.com> Date: Thu, 24 Nov 2005 06:21:00 -0000 From: Jim Blandy To: Joel Brobecker Subject: Re: Prologue analysis interface Cc: Ulrich Weigand , gdb@sourceware.org In-Reply-To: <20051123183111.GX1635@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <8f2776cb0511221914h7858170cp6bd2d66382d4ec1f@mail.gmail.com> <200511231454.jANEsNGs015176@53v30g15.boeblingen.de.ibm.com> <20051123183111.GX1635@adacore.com> X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2005-11/txt/msg00540.txt.bz2 On 11/23/05, Joel Brobecker wrote: > If I understand the new approach correctly, we really don't need to know > what the CFA is. All you need to know is where things have been saved. > Things like : r3 is saved at original SP + offset, or r4 saved at r30 + > offset. Right? We need it for use in frame ID's.