mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
gdbstub:update gdb_process api
Signed-off-by: anjiahao <anjiahao@xiaomi.com>
This commit is contained in:
parent
d6a5307270
commit
ffbf920623
1 changed files with 1 additions and 1 deletions
|
|
@ -219,7 +219,7 @@ reconnect:
|
|||
|
||||
do
|
||||
{
|
||||
ret = gdb_process(state);
|
||||
ret = gdb_process(state, 0, NULL);
|
||||
if (ret == -ECONNRESET)
|
||||
{
|
||||
#ifdef CONFIG_NET
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue