cross targeted gdb and corefiles

Kevin Buettner kevinb@redhat.com
Thu May 16 15:23:00 GMT 2002


On May 16,  3:01pm, Kevin \Squail\ Endres wrote:

> i moved the supply_* functions from i386-nat (only ones i could find in the
> gdb source)to arm-linux-tdep.c.
> (given that there is no fp on arm - is the supply_fpregset really
> necessary???)

I haven't been following this closely, but I think you need to move the
supply_* functions from the arm version of the nat.c file to the arm
tdep.c file.

You have to make sure that there aren't any host dependencies though.
I.e, you can't make use of system header files.

Kevin



More information about the Gdb mailing list