GDB Stub: Initial commit

This commit is contained in:
RichardG867
2022-03-12 20:20:25 -03:00
parent a924622216
commit 94be8cdfc6
10 changed files with 1112 additions and 0 deletions

View File

@@ -32,6 +32,7 @@
#include <86box/timer.h>
#include <86box/nvr.h>
#include <86box/ui.h>
#include <86box/gdbstub.h>
static int first_use = 1;
static uint64_t StartingTime;
@@ -719,6 +720,8 @@ plat_pause(int p)
static wchar_t oldtitle[512];
wchar_t title[512];
gdbstub_pause(&p);
if ((p == 0) && (time_sync & TIME_SYNC_ENABLED))
nvr_time_sync();