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

full support for overlay breakpoints for pokeplat #2

Closed joshua-smith-12 closed 3 weeks ago

joshua-smith-12 commented 1 month ago
joshua-smith-12 commented 1 month ago

pokeplat produces 2 sections for each overlay for some reason, idk why - this might just be a quirk of the debuginfo, i think it's generating a pointer to the end of the section.

this can probably just be avoided by loading the 1st matching section only.

joshua-smith-12 commented 1 month ago

^ https://github.com/joshua-smith-12/binutils-gdb-nds/commit/b8687aa568bc078511bd19a677398b71e6875a74

joshua-smith-12 commented 1 month ago

all of the issues originally outlined are resolved. stepping still does not work.

joshua-smith-12 commented 3 weeks ago

stepping works fine now, i think there was an issue with section mappings. i'll close this now. see branch nds-overlays