xiaoxiang781216 commented on code in PR #14486:
URL: https://github.com/apache/nuttx/pull/14486#discussion_r1813016683


##########
libs/libc/gdbstub/lib_gdbstub.c:
##########
@@ -1897,7 +1897,7 @@ int gdb_debugpoint_remove(int type, FAR void *addr, 
size_t size)
   point.addr = addr;
   point.size = size;
 
-  retrun nxsched_smp_call((1 << CONFIG_SMP_NCPUS) - 1,
+  return nxsched_smp_call((1 << CONFIG_SMP_NCPUS) - 1,

Review Comment:
   let's enable gdbstub in some defconfig? @anjiahao1 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to