[RFC] x86-64 targeted gdb and corefiles

Jason R Thorpe thorpej@wasabisystems.com
Mon May 27 11:27:00 GMT 2002


On Mon, May 27, 2002 at 05:05:14PM +0200, Michal Ludvig wrote:

 > Hi all,
 > this patch allows reading of coredumps on non-native gdb configured for 
 > x86-64 target. It works pretty well in this form, but I had to modify 
 > gregset.h, what is unwise. I know I have to move the modifications 
 > somewhere else, but ... where? Can someone give me an advice, please?

Take a look at e.g. mipsnbsd-nat.c and mipsnbsd-tdep.c (I'm slowly
making all NetBSD configurations fully cross-debug'able, and MIPS
and SH are good examples of my strategy).

As far as I'm concerned, it's simply not appropriate to be using generic
"regset" routines, because the names of those routines inherently make
them impossible to use for cross-debugging, especially in a truly multi-arch
environment (or even one as simple as "32-bit code running on x86-64").

-- 
        -- Jason R. Thorpe <thorpej@wasabisystems.com>



More information about the Gdb-patches mailing list