XuNeo commented on code in PR #14315:
URL: https://github.com/apache/nuttx/pull/14315#discussion_r1845813109
##
tools/gdbserver.py:
##
@@ -310,26 +314,27 @@ def parse(self):
if segment.header.p_flags & 1 and not self.__text:
self.__text = segment.he
xiaoxiang781216 merged PR #14315:
URL: https://github.com/apache/nuttx/pull/14315
--
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
anjiahao1 commented on PR #14315:
URL: https://github.com/apache/nuttx/pull/14315#issuecomment-2413774482
look like ci build break

--
This is an automated message from the Apache Git Service.
nuttxpr commented on PR #14315:
URL: https://github.com/apache/nuttx/pull/14315#issuecomment-2413525421
[**\[Experimental Bot, please feedback
here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues)
**No, the PR does not meet NuttX requirements.**
anjiahao1 opened a new pull request, #14315:
URL: https://github.com/apache/nuttx/pull/14315
## Summary
gdbserver.py optimization
1. support xtensa arch use coredump pase thread
2. skip load elf symbol if just use log file
## Impact
gdbserver.py
## Testing