mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-19 02:17:37 +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
|
do
|
||||||
{
|
{
|
||||||
ret = gdb_process(state);
|
ret = gdb_process(state, 0, NULL);
|
||||||
if (ret == -ECONNRESET)
|
if (ret == -ECONNRESET)
|
||||||
{
|
{
|
||||||
#ifdef CONFIG_NET
|
#ifdef CONFIG_NET
|
||||||
|
Reference in New Issue
Block a user