From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21859 invoked by alias); 5 Mar 2009 19:35:21 -0000 Received: (qmail 21849 invoked by uid 22791); 5 Mar 2009 19:35:20 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 05 Mar 2009 19:35:15 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 66EED107CF for ; Thu, 5 Mar 2009 19:35:13 +0000 (GMT) Received: from caradoc.them.org (209.195.188.212.nauticom.net [209.195.188.212]) by nan.false.org (Postfix) with ESMTP id 4234D10514 for ; Thu, 5 Mar 2009 19:35:13 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.69) (envelope-from ) id 1LfJLc-0000rz-QL for gdb-patches@sourceware.org; Thu, 05 Mar 2009 14:35:12 -0500 Date: Thu, 05 Mar 2009 19:35:00 -0000 From: Daniel Jacobowitz To: gdb-patches@sourceware.org Subject: Re: [patch] mips-tdep: info registers Message-ID: <20090305193512.GB3070@caradoc.them.org> Mail-Followup-To: gdb-patches@sourceware.org References: <20090223161756.GA19411@caradoc.them.org> <20090223162602.GH26056@adacore.com> <20090227195607.GJ26056@adacore.com> <20090305191245.GB3744@adacore.com> <20090305192211.GA2342@caradoc.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2008-05-11) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Mail-Followup-To: gdb-patches@sourceware.org X-SW-Source: 2009-03/txt/msg00063.txt.bz2 Sorry, missed reply-to-all. On Thu, Mar 05, 2009 at 02:26:55PM -0500, Aleksandar Ristovski wrote: > Bottom line is that mips assembly will have something like this: > move $4, $9 # copy contents of $9 into $4 > > and it would be natural to be able to print value of $9. > > My patch may have not implemented this correctly, maybe I still need to > return pseudo registers, but the numeric name should be recognized in any > case. They should be aliases for the normal registers, e.g. $1 and $at should mean the same thing. -- Daniel Jacobowitz CodeSourcery