From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8889 invoked by alias); 8 May 2002 13:58:03 -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 8882 invoked from network); 8 May 2002 13:58:02 -0000 Received: from unknown (HELO localhost.redhat.com) (24.112.240.27) by sources.redhat.com with SMTP; 8 May 2002 13:58:02 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 80EE93D2F; Wed, 8 May 2002 09:57:58 -0400 (EDT) Message-ID: <3CD92EE6.5040102@cygnus.com> Date: Wed, 08 May 2002 06:58:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0rc1) Gecko/20020429 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Richard.Earnshaw@arm.com Cc: gdb-patches@sources.redhat.com Subject: Re: [patch/rfc] default REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE to register_size References: <200205080937.KAA07603@cam-mail2.cambridge.arm.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-05/txt/msg00201.txt.bz2 > Ok, you win! > > Actually, it was the regcache model that I was thinking about when I said > that... Sorry for confusing things. > > http://sources.redhat.com/ml/gdb/2002-02/msg00254.html > and > > http://sources.redhat.com/ml/gdb/2002-02/msg00255.html > > where you said: > > >> I'll try to do the long (add to documentation answer, in about a >> week - this really does need to be documented. Oops! Thanks for the reminder. Lets call it a draw. I was thinking of threads and/or frames next: http://sources.redhat.com/gdb/onlinedocs/gdbint_3.html#SEC11 http://sources.redhat.com/gdb/onlinedocs/gdbint_3.html#SEC7 Andrew