Go to file
Rekai Nyangadzayi Musuka bc47ff4883 feat: implement qThreadExtraInfo
TODO: figure out what this exactly does lol
2024-03-05 23:14:50 -06:00
src feat: implement qThreadExtraInfo 2024-03-05 23:14:50 -06:00
.gitignore initial commit 2022-12-10 22:47:11 -04:00
README.md chore: add README.md 2022-12-11 04:04:57 -04:00
build.zig chore: update to 0.12.0-dev.2063+804cee3b9 2024-02-08 19:29:54 -06:00
build.zig.zon chore: attempt to resolve problem with zig pm hash 2024-02-10 15:25:10 -06:00

README.md

ZBA-GDBSTUB

This is a gdbstub server for paoda/zba, because I don't want to import a C library and i love reinventing the wheel I guess.

Scope

This is tailor made for targeting the GBA. Anything that isn't necessary for stepping through ARMv4T code isn't included. This means lots of hardcoded values and assumptions that would be really awful for any halfway decent gdbstub implementation.

This project will have succeeded as soon as I use it to determine why Rhythm Heaven is stuck in an infinite loop.