Re: [PR] tools/gdb: Add a singleton class for macros [nuttx]

2024-11-25 Thread via GitHub
xiaoxiang781216 merged PR #14933: URL: https://github.com/apache/nuttx/pull/14933 -- 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] tools/gdb: Add a singleton class for macros [nuttx]

2024-11-25 Thread via GitHub
nuttxpr commented on PR #14933: URL: https://github.com/apache/nuttx/pull/14933#issuecomment-2497991813 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) No, this PR summary does not adequately meet the NuttX

[PR] tools/gdb: Add a singleton class for macros [nuttx]

2024-11-25 Thread via GitHub
Gary-Hobson opened a new pull request, #14933: URL: https://github.com/apache/nuttx/pull/14933 ## Summary tools/gdb: Add a singleton class for macros Usage: macro = Macro("nuttx/nuttx") print(macro.CONFIG_MM_BACKTRACE) if macro.CONFIG_MM_BACKTRACE: pr