From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10717 invoked by alias); 8 May 2002 14:01:34 -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 10701 invoked from network); 8 May 2002 14:01:32 -0000 Received: from unknown (HELO fw-cam.cambridge.arm.com) (193.131.176.3) by sources.redhat.com with SMTP; 8 May 2002 14:01:32 -0000 Received: by fw-cam.cambridge.arm.com; id PAA28388; Wed, 8 May 2002 15:01:31 +0100 (BST) Received: from unknown(172.16.1.2) by fw-cam.cambridge.arm.com via smap (V5.5) id xma027807; Wed, 8 May 02 15:01:04 +0100 Received: from cam-mail2.cambridge.arm.com (cam-mail2.cambridge.arm.com [172.16.1.91]) by cam-admin0.cambridge.arm.com (8.9.3/8.9.3) with ESMTP id PAA23498; Wed, 8 May 2002 15:01:04 +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 PAA07585; Wed, 8 May 2002 15:01:03 +0100 (BST) Message-Id: <200205081401.PAA07585@cam-mail2.cambridge.arm.com> To: Andrew Cagney cc: Richard.Earnshaw@arm.com, gdb-patches@sources.redhat.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: [patch/rfc] default REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE to register_size In-reply-to: Your message of "Wed, 08 May 2002 09:57:58 EDT." <3CD92EE6.5040102@cygnus.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 08 May 2002 07:01:00 -0000 From: Richard Earnshaw X-SW-Source: 2002-05/txt/msg00202.txt.bz2 > 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 > Well, I'd put regcache and frames well above threads in the order of must-haves for a working GDB. R.