Re: [PR] gdbserver.py optimization [nuttx]

2024-11-17 Thread via GitHub
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

Re: [PR] gdbserver.py optimization [nuttx]

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

Re: [PR] gdbserver.py optimization [nuttx]

2024-10-15 Thread via GitHub
anjiahao1 commented on PR #14315: URL: https://github.com/apache/nuttx/pull/14315#issuecomment-2413774482 look like ci build break ![image](https://github.com/user-attachments/assets/2422e89a-6996-41b7-9d73-9ae229380481) -- This is an automated message from the Apache Git Service.

Re: [PR] gdbserver.py optimization [nuttx]

2024-10-15 Thread via GitHub
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.**

[PR] gdbserver.py optimization [nuttx]

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