From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11388 invoked by alias); 12 Apr 2002 12:54:11 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 11291 invoked from network); 12 Apr 2002 12:54:08 -0000 Received: from unknown (HELO fw-cam.cambridge.arm.com) (193.131.176.3) by sources.redhat.com with SMTP; 12 Apr 2002 12:54:08 -0000 Received: by fw-cam.cambridge.arm.com; id NAA05550; Fri, 12 Apr 2002 13:54:06 +0100 (BST) Received: from unknown(172.16.1.2) by fw-cam.cambridge.arm.com via smap (V5.5) id xma005463; Fri, 12 Apr 02 13:53:57 +0100 Received: from cam-mail2.cambridge.arm.com (localhost [127.0.0.1]) by cam-admin0.cambridge.arm.com (8.9.3/8.9.3) with ESMTP id NAA05920; Fri, 12 Apr 2002 13:53:43 +0100 (BST) Received: from sun18.cambridge.arm.com (sun18.cambridge.arm.com [172.16.2.18]) by cam-mail2.cambridge.arm.com (8.9.3/8.9.3) with ESMTP id NAA03207; Fri, 12 Apr 2002 13:53:55 +0100 (BST) Message-Id: <200204121253.NAA03207@cam-mail2.cambridge.arm.com> To: Andrew Cagney cc: Kevin Buettner , gdb@sources.redhat.com, Richard.Earnshaw@arm.com Reply-To: Richard.Earnshaw@arm.com Organization: ARM Ltd. X-Telephone: +44 1223 400569 (direct+voicemail), +44 1223 400400 (switchbd) X-Fax: +44 1223 400410 X-Address: ARM Ltd., 110 Fulbourn Road, Cherry Hinton, Cambridge CB1 9NJ. X-Url: http://www.arm.com/ Subject: Re: [rfc] frame->frame => frame->addr && frame->base() In-reply-to: Your message of "Thu, 11 Apr 2002 19:42:24 EDT." <3CB61F60.6070607@cygnus.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 12 Apr 2002 05:54:00 -0000 From: Richard Earnshaw X-SW-Source: 2002-04/txt/msg00209.txt.bz2 Rather than worrying in detail about what should be held in the "frame" structure, shouldn't we be more concerned with the methods that need to access the frame? Once we have that, what needs to be stored should become obvious. R.