joshua-smith-12 / binutils-gdb-nds

binutils-gdb with additional NDS debugging support.
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git
Other
0 stars 0 forks source link

separate NDS overlay stuff into a separate architecture #1

Open joshua-smith-12 opened 1 month ago

joshua-smith-12 commented 1 month ago

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?

joshua-smith-12 commented 2 weeks ago

this is far more complicated than i thought it would be, needs work.