citra/src/core/gdbstub
Ian Chamberlain f92f494cab
Stop execution when performing HIO request
Since the HIO request is basically treated like a syscall, we need to
stop emulation while waiting for the GDB client to reply with the
result. This ensures any memory queries etc. that GDB makes to fulfill
the HIO request are accessing memory as it was at the time of the
request, instead of afterwards.
2023-03-29 09:09:32 -04:00
..
gdbstub.cpp Stop execution when performing HIO request 2023-03-29 09:09:32 -04:00
gdbstub.h Stop execution when performing HIO request 2023-03-29 09:09:32 -04:00
hio.cpp Stop execution when performing HIO request 2023-03-29 09:09:32 -04:00
hio.h Stop execution when performing HIO request 2023-03-29 09:09:32 -04:00