Re: [PR] gdbstub:remove ARCH_HAVE_DEBUG depends [nuttx]

2024-10-23 Thread via GitHub
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

Re: [PR] gdbstub:remove ARCH_HAVE_DEBUG depends [nuttx]

2024-10-23 Thread via GitHub
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

[PR] gdbstub:remove ARCH_HAVE_DEBUG depends [nuttx]

2024-10-23 Thread via GitHub
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