From 850010a96b6cbc3eae03edd891e50325e017b678 Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Sat, 23 May 2020 18:06:48 +0200 Subject: Replaced in-house gdb stub by MIT-licensed implementation Imported from a fork of https://github.com/mborgerson/gdbstub --- 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 972343d4..463df73b 100644 --- a/libpcsxcore/debug.c +++ b/libpcsxcore/debug.c @@ -474,7 +474,7 @@ void ProcessDebug() { MarkMap(_Rd_, MAP_EXEC_JAL); } } - while (paused || GdbServerRunning()) { + while (paused) { if (client_socket < 1) { -- cgit v1.2.3