This is the mail archive of the gdb-patches@sources.redhat.com 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]

Re: [PATCH] Implement i386 register renumbering



On Sat, 28 Jul 2001, Mark Kettenis wrote:

> The attached patch implements the mapping from debug info register
> numbers to GDB's internal register numbers.

Thanks!  This solves the original problem I reported for the DJGPP port, 
for -gstabs and -gcoff compilation.  (We are discussing the best way to 
handle DWARF2 on the DJGPP developers' list.)

This also solved a year-old bug report whereby "print d", where `d' was a 
double stored in a register, would print garbage (we know now that this 
was because GDB was using a wrong register).


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