From 470da05658a97a51bd2ad2db7834bcc13dd995fd Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Sat, 23 May 2020 01:06:07 +0200 Subject: Started implementing GDB server --- libpcsxcore/debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpcsxcore/debug.c') diff --git a/libpcsxcore/debug.c b/libpcsxcore/debug.c index 463df73b..972343d4 100644 --- a/libpcsxcore/debug.c +++ b/libpcsxcore/debug.c @@ -474,7 +474,7 @@ void ProcessDebug() { MarkMap(_Rd_, MAP_EXEC_JAL); } } - while (paused) { + while (paused || GdbServerRunning()) { if (client_socket < 1) { -- cgit v1.2.3