diff --git a/system/gdbstub/gdbstub.c b/system/gdbstub/gdbstub.c index b1dd7c594aa..9f7abc6c07a 100644 --- a/system/gdbstub/gdbstub.c +++ b/system/gdbstub/gdbstub.c @@ -219,7 +219,7 @@ int main(int argc, FAR char *argv[]) do { - ret = gdb_process(state); + ret = gdb_process(state, 0, NULL); if (ret == -ECONNRESET) { #ifdef CONFIG_NET