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/01/28 09:10:18 UTC

[GitHub] [nuttx] zyfeier commented on pull request #8192: backtrace: use CURRENT_REGS when in interrupt context

zyfeier commented on PR #8192:
URL: https://github.com/apache/nuttx/pull/8192#issuecomment-1407347308

   > @zyfeier Can you add some background here explaining why and the value of the change?
   
   @davids5 
   When panic occurs in the interrupt context, xcp.regs for the running task is not updated, so need use CURRENT_REGS to replace.


-- 
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