Go to file
Simon Gellis c304b71bb8 Update core to more working version 2024-10-20 00:15:31 -04:00
include Fix breakpoints, implement step 2024-10-12 01:06:10 -04:00
shrooms-vb-core@50903c7513 Update core to more working version 2024-10-20 00:15:31 -04:00
.gitignore initial version from before 2024-10-01 18:48:28 -04:00
.gitmodules Update core emulator with graphics 2024-10-19 18:05:11 -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 core emulator with graphics 2024-10-19 18:05:11 -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.