From ffbf9206236e56c9745272ce1b97c98569f7fe81 Mon Sep 17 00:00:00 2001 From: anjiahao Date: Fri, 8 Dec 2023 23:15:32 +0800 Subject: [PATCH] gdbstub:update gdb_process api Signed-off-by: anjiahao --- system/gdbstub/gdbstub.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/gdbstub/gdbstub.c b/system/gdbstub/gdbstub.c index b1dd7c594..9f7abc6c0 100644 --- a/system/gdbstub/gdbstub.c +++ b/system/gdbstub/gdbstub.c @@ -219,7 +219,7 @@ reconnect: do { - ret = gdb_process(state); + ret = gdb_process(state, 0, NULL); if (ret == -ECONNRESET) { #ifdef CONFIG_NET