Go to file
Rekai Nyangadzayi Musuka dbf00006e7 fix: return E22 if hwbreak arr full
Also, ensure that the above case is the only time we return an errno
err. All the others are actually problems when parsing an invalid packet
so we should nack instead
2023-01-26 23:14:23 -06:00
lib chore: update to lastest zig 2023-01-03 16:54:26 -06:00
src fix: return E22 if hwbreak arr full 2023-01-26 23:14:23 -06:00
.gitignore initial commit 2022-12-10 22:47:11 -04:00
.gitmodules 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 feat: integrate emulator interface 2022-12-15 04:23:32 -04: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.