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] h8300 "info registers" broken


> Date: Thu, 06 Feb 2014 02:51:11 +0900
> From: Yoshinori Sato <ysato@users.sourceforge.jp>
> > Can you explain the patch to me a little bit more, please?
> > It's not obvious to me at all what the register names
> > have to with the proposed change.
> 
> Current h8300-tdep have two problems.
> 1. Size mismatch in pseudo register vs raw register.
>    So overflow on register cache.

That doesn't make sense.  Pseudo registers don't live in the register
cache.  Instead they are synthesised from the contents of the register
cache.

> 2. Undisplay pseudo regsters.

Not sure what you're trying to say here.  But if you don't want to
show a pseudo register, why do you have it in the first place?


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