Go to file
Simon Gellis d666257e6b Add fixes to underlying emulator 2024-10-13 23:01:43 -04:00
include Fix breakpoints, implement step 2024-10-12 01:06:10 -04:00
pvbemu@08fb65cb77 Add fixes to underlying emulator 2024-10-13 23:01:43 -04:00
.gitignore initial version from before 2024-10-01 18:48:28 -04:00
.gitmodules Use pvbemu as a submodule 2024-10-10 20:39:45 -04:00
README.md Add README 2024-10-13 12:39:13 -04:00
cmdbuf.c Match guy naming convention 2024-10-10 20:30:35 -04:00
hex.c Match guy naming convention 2024-10-10 20:30:35 -04:00
main.c Fix breakpoints, implement step 2024-10-12 01:06:10 -04:00
makefile Update pvbemu 2024-10-11 20:18:05 -04:00
request.c Implement breakpoints (untested) 2024-10-10 21:58:40 -04:00
response.c Match guy naming convention 2024-10-10 20:30:35 -04:00
server.c Fix breakpoints, implement step 2024-10-12 01:06:10 -04:00

README.md

V810 Standalone GDB Server

This is a GDB/LLDB-compatible remote serial protocol server wrapping the shrooms-vb emulation core. You can use it with a v810-compatible version of lldb to debug your Virtual Boy games in your favorite IDE.

This program has no input or output, so it's more of a POC than a usable tool. Future plans are to add the server to a full emulator.