You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by "zyfeier (via GitHub)" <gi...@apache.org> on 2023/04/28 01:41:36 UTC

[GitHub] [nuttx] zyfeier opened a new pull request, #9131: assert: Distinguish between assert and exception

zyfeier opened a new pull request, #9131:
URL: https://github.com/apache/nuttx/pull/9131

   ## Summary
   
   CURRENT_REGS may change during assert handling, so pass in the 'regs' parameter at the entry point of _assert.
   When an exception occurs, use the passed-in 'regs' parameter directly instead of using CURRENT_REGS.
   
   ## Impact
   
   Debug
   
   ## Testing
   
   BES board


-- 
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-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [nuttx] xiaoxiang781216 merged pull request #9131: assert: Distinguish between assert and exception

Posted by "xiaoxiang781216 (via GitHub)" <gi...@apache.org>.
xiaoxiang781216 merged PR #9131:
URL: https://github.com/apache/nuttx/pull/9131


-- 
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-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org