From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1690 invoked by alias); 2 Jun 2003 22:39:13 -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 1637 invoked from network); 2 Jun 2003 22:39:12 -0000 Received: from unknown (HELO are.twiddle.net) (64.81.246.98) by sources.redhat.com with SMTP; 2 Jun 2003 22:39:12 -0000 Received: from are.twiddle.net (localhost.localdomain [127.0.0.1]) by are.twiddle.net (8.12.8/8.12.8) with ESMTP id h52MdALH010947; Mon, 2 Jun 2003 15:39:10 -0700 Received: (from rth@localhost) by are.twiddle.net (8.12.8/8.12.8/Submit) id h52MdAsc010945; Mon, 2 Jun 2003 15:39:10 -0700 X-Authentication-Warning: are.twiddle.net: rth set sender to rth@twiddle.net using -f Date: Mon, 02 Jun 2003 22:39:00 -0000 From: Richard Henderson To: Andrew Cagney Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA] better alpha_register_virtual_type Message-ID: <20030602223910.GD10655@twiddle.net> References: <20030602050358.GA7443@twiddle.net> <20030602163036.GA7419@nevyn.them.org> <20030602164305.GD9425@twiddle.net> <3EDBA02B.6090201@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3EDBA02B.6090201@redhat.com> User-Agent: Mutt/1.4i X-SW-Source: 2003-06/txt/msg00094.txt.bz2 On Mon, Jun 02, 2003 at 03:06:19PM -0400, Andrew Cagney wrote: > >I thought it obvious to rename my existing hook, but that changes > >the behaviour of "info r" -- I no longer get the pc decoded, and > >indeed "ptype $pc" once again yields int64_t. > > Something weird is happening. The only thing notable about the d10v is > that it doesn't set PC_REGNUM (per above, the d10v works). Perhaphs the > alpha definition is confusing std-regs.c / builtin-regs.c (but that > doesn't make much sense). I have no idea. I can't replicate this now. I've made the change to _register_type again and things seem to work as expected. Perhaps I did something stupid before. *shrug* r~