You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2023/01/19 10:33:02 UTC

[GitHub] [nuttx] zyfeier opened a new pull request, #8192: backtrace: use CURRENT_REGS when in interrupt context

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

   ## Summary
   
   Backtrace CURRENT_REGS when in interrupt context.
   
   ## Impact
   
   NA
   
   ## Testing
   
   BES2003


-- 
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] davids5 commented on pull request #8192: backtrace: use CURRENT_REGS when in interrupt context

Posted by GitBox <gi...@apache.org>.
davids5 commented on PR #8192:
URL: https://github.com/apache/nuttx/pull/8192#issuecomment-1396832917

   @zyfeier Can you add some background here explaining why and the value of the change?


-- 
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] davids5 commented on pull request #8192: backtrace: use CURRENT_REGS when in interrupt context

Posted by "davids5 (via GitHub)" <gi...@apache.org>.
davids5 commented on PR #8192:
URL: https://github.com/apache/nuttx/pull/8192#issuecomment-1407582185

   @zyfeier - That make sense. Thank you.


-- 
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 commented on pull request #8192: backtrace: use CURRENT_REGS when in interrupt context

Posted by "xiaoxiang781216 (via GitHub)" <gi...@apache.org>.
xiaoxiang781216 commented on PR #8192:
URL: https://github.com/apache/nuttx/pull/8192#issuecomment-1407589765

   @zyfeier is this patch ready for review?


-- 
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] davids5 merged pull request #8192: backtrace: use CURRENT_REGS when in interrupt context

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


-- 
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] zyfeier commented on pull request #8192: backtrace: use CURRENT_REGS when in interrupt context

Posted by "zyfeier (via GitHub)" <gi...@apache.org>.
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