mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-18 08:52:01 +08:00
gdbstub:update gdb_process api
Signed-off-by: anjiahao <anjiahao@xiaomi.com>
This commit is contained in:
@@ -219,7 +219,7 @@ reconnect:
|
||||
|
||||
do
|
||||
{
|
||||
ret = gdb_process(state);
|
||||
ret = gdb_process(state, 0, NULL);
|
||||
if (ret == -ECONNRESET)
|
||||
{
|
||||
#ifdef CONFIG_NET
|
||||
|
Reference in New Issue
Block a user