Go to file
Rekai Nyangadzayi Musuka 479319e7ca fix: general bug fixes
1) prevent integer overflow if the PC is less than 0x0000_0004
2) gracefully exit when gdb gracefully exits
3) rename server to socket in Server.zig
2023-12-15 02:47:01 -06:00
src fix: general bug fixes 2023-12-15 02:47:01 -06:00
.gitignore initial commit 2022-12-10 22:47:11 -04:00
.gitmodules chore: update to the new build system 2023-06-19 12:09:07 -05:00
README.md chore: add README.md 2022-12-11 04:04:57 -04:00
build.zig chore: allow use as git submodule 2023-12-15 00:49:02 -06:00
build.zig.zon feat: drop use std.net instead of zig-network 2023-12-14 22:40:56 -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.