Lime3DS/src/core/gdbstub
Ian Chamberlain 7de1bf3746
Properly parse incoming hio packet
This also does kind of a hacky way of sending HIO requests, since we
don't have a direct way of signaling a request should be sent like the
Rosalina implementation.

To improve this, it could probably do some kind of signal sending which
the main run loop handles instead of GDBStub::HandlePacket();
2023-03-29 09:09:32 -04:00
..
gdbstub.cpp Properly parse incoming hio packet 2023-03-29 09:09:32 -04:00
gdbstub.h Properly parse incoming hio packet 2023-03-29 09:09:32 -04:00
hio.cpp Properly parse incoming hio packet 2023-03-29 09:09:32 -04:00
hio.h Properly parse incoming hio packet 2023-03-29 09:09:32 -04:00