I don't understand gdb project layout well enough to do this yet so I plugged the nds overlay code into arm-none-tdep.c (which constructs the gdbarch used for armv5te).
This isn't ideal since arm-none-tdep.c is generic. Can we have a separate arch identical to arm-none-tdep but with the extra NDS overlay code?
I don't understand
gdb
project layout well enough to do this yet so I plugged the nds overlay code intoarm-none-tdep.c
(which constructs thegdbarch
used forarmv5te
).This isn't ideal since
arm-none-tdep.c
is generic. Can we have a separate arch identical toarm-none-tdep
but with the extra NDS overlay code?