From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eli Zaretskii To: Mark Kettenis Cc: gdb-patches@sources.redhat.com, jtc@redback.com, nsd@cygnus.com, Peter.Schauer@regent.e-technik.tu-muenchen.de Subject: Re: [PATCH] Implement i386 register renumbering Date: Sun, 29 Jul 2001 03:36:00 -0000 Message-id: References: <200107281724.f6SHOR519103@delius.kettenis.local> X-SW-Source: 2001-07/msg00710.html 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).