This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] mips-tdep: info registers


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]