Re: [PR] arch/x86_64: add debug interface [nuttx]

2025-05-02 Thread via GitHub
xiaoxiang781216 commented on PR #16287: URL: https://github.com/apache/nuttx/pull/16287#issuecomment-2848416358 > @acassis USB EHCI is archaic peripheral :) something similar is available on XHCI, but it's much more complicated than simple gdbstub over serial port. Maybe someday @yan

Re: [PR] arch/x86_64: add debug interface [nuttx]

2025-04-29 Thread via GitHub
raiden00pl commented on PR #16287: URL: https://github.com/apache/nuttx/pull/16287#issuecomment-2840936899 @acassis USB EHCI is archaic peripheral :) something similar is available on XHCI, but it's much more complicated than simple gdbstub over serial port. Maybe someday -- This is an a

Re: [PR] arch/x86_64: add debug interface [nuttx]

2025-04-29 Thread via GitHub
xiaoxiang781216 merged PR #16287: URL: https://github.com/apache/nuttx/pull/16287 -- 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] arch/x86_64: add debug interface [nuttx]

2025-04-29 Thread via GitHub
acassis commented on PR #16287: URL: https://github.com/apache/nuttx/pull/16287#issuecomment-2839893097 @szafonimateusz-mi did you know that USB EHCI has a native debug function that doesn't require USB stack initialization? https://web.archive.org/web/20150213024207/https://www.core

Re: [PR] arch/x86_64: add debug interface [nuttx]

2025-04-29 Thread via GitHub
nuttxpr commented on PR #16287: URL: https://github.com/apache/nuttx/pull/16287#issuecomment-2838043224 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) No, this PR description does not fully meet the NuttX r

[PR] arch/x86_64: add debug interface [nuttx]

2025-04-29 Thread via GitHub
szafonimateusz-mi opened a new pull request, #16287: URL: https://github.com/apache/nuttx/pull/16287 ## Summary - arch/x86_64: add debug interface add hardware debug interface for x86_64 which can be used with gdbstub ## Impact interface required to support gdbstub o