xiaoxiang781216 merged PR #14486:
URL: https://github.com/apache/nuttx/pull/14486
--
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...@nu
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.si
anjiahao1 opened a new pull request, #14486:
URL: https://github.com/apache/nuttx/pull/14486
## Summary
gdbstub:remove ARCH_HAVE_DEBUG depends
## Impact
gdbstub
## Testing
build wtih qmeu use gdbstub
--
This is an automated message from the Apache