GDB Stub: More progress

This commit is contained in:
RichardG867
2022-03-16 00:33:01 -03:00
parent 7a3ff82a63
commit f57cbe36b1
18 changed files with 972 additions and 241 deletions

View File

@@ -259,7 +259,7 @@ exec386(int cycs)
timer_process_inline();
#ifdef USE_GDBSTUB
if (gdbstub_singlestep)
if (gdbstub_instruction())
return;
#endif
}