gdbstub:update gdb_process api
Signed-off-by: anjiahao <anjiahao@xiaomi.com>
This commit is contained in:
parent
d6a5307270
commit
ffbf920623
@ -219,7 +219,7 @@ reconnect:
|
||||
|
||||
do
|
||||
{
|
||||
ret = gdb_process(state);
|
||||
ret = gdb_process(state, 0, NULL);
|
||||
if (ret == -ECONNRESET)
|
||||
{
|
||||
#ifdef CONFIG_NET
|
||||
|
Loading…
Reference in New Issue
Block a user