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: [rfc] Avoid MIPS port breakage on large registers


On Mon, 21 May 2007, Daniel Jacobowitz wrote:

> I am about to post target-described register support for the MIPS
> port.  One thing I noticed while testing it was that "info registers"
> went off into the woods on O32 when I added an extra 64-bit register;
> there's an unsigned loop until regsize - abi_regsize, which is
> supposed to catch 32-bit registers on N64, but runs almost forever
> given a 64-bit integer register on O32.  This patch just prints such
> registers on their own row.

 Hmm, out of curiosity: what kind of 64-bit register have you got on o32?  

  Maciej


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