From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 315 invoked by alias); 8 Nov 2002 20:21:28 -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 307 invoked from network); 8 Nov 2002 20:21:27 -0000 Received: from unknown (HELO walton.kettenis.dyndns.org) (62.163.169.250) by sources.redhat.com with SMTP; 8 Nov 2002 20:21:27 -0000 Received: from elgar.kettenis.dyndns.org (elgar.kettenis.dyndns.org [192.168.0.2]) by walton.kettenis.dyndns.org (8.12.6/8.12.5) with ESMTP id gA8KLHRs000530; Fri, 8 Nov 2002 21:21:17 +0100 (CET) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: from elgar.kettenis.dyndns.org (localhost [127.0.0.1]) by elgar.kettenis.dyndns.org (8.12.6/8.12.6) with ESMTP id gA8KLHkQ000879; Fri, 8 Nov 2002 21:21:17 +0100 (CET) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: (from kettenis@localhost) by elgar.kettenis.dyndns.org (8.12.6/8.12.6/Submit) id gA8KLHPc000876; Fri, 8 Nov 2002 21:21:17 +0100 (CET) To: Andrew Cagney Cc: gdb-patches@sources.redhat.com Subject: Re: [patch rfc rfa:i386] Add i386 specific register groups References: <3DCBFA0C.70409@redhat.com> From: Mark Kettenis Date: Fri, 08 Nov 2002 12:21:00 -0000 In-Reply-To: Andrew Cagney's message of "Fri, 08 Nov 2002 12:53:16 -0500" Message-ID: <86wunn6cea.fsf@elgar.kettenis.dyndns.org> X-SW-Source: 2002-11/txt/msg00242.txt.bz2 Andrew Cagney writes: > I should note that the orig_eax register is only a member of the system, > save and restore reggroups, and hence is no longer displayed by either > `info registers' or `info all-registers'. If you're really desperate > you can use the `maint print raw-registers` (which is in the manual :-) Yeah! And you can always say "print $orig_eax", can't you? > This ok? Hmm, why are all registers in group "general"? I'd expect the group general to only include the general-purpose registers. Mark