Implement a GDBSTUB Server #6
Loading…
Reference in New Issue
No description provided.
Delete Branch "gdbstub"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Allows for debugging guest code (ARMv4T asm since we don't have any source/debug info)
This is a MVP, I've used it to debug an issue preventing Rhythm Tengoku from booting.
Source for the gdbstub server can be found here
TODO: