gdbstub:update gdb_process api

Signed-off-by: anjiahao <anjiahao@xiaomi.com>
This commit is contained in:
anjiahao 2023-12-08 23:15:32 +08:00 committed by Xiang Xiao
parent d6a5307270
commit ffbf920623

View File

@ -219,7 +219,7 @@ reconnect:
do
{
ret = gdb_process(state);
ret = gdb_process(state, 0, NULL);
if (ret == -ECONNRESET)
{
#ifdef CONFIG_NET