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 2021/12/13 03:03:04 UTC

[GitHub] [incubator-nuttx] anchao commented on a change in pull request #4959: arm/cortex-m: enhance the crash dump

anchao commented on a change in pull request #4959:
URL: https://github.com/apache/incubator-nuttx/pull/4959#discussion_r767384943



##########
File path: arch/arm/src/armv7-m/arm_assert.c
##########
@@ -137,54 +137,162 @@ static inline void up_registerdump(FAR volatile uint32_t *regs)
  * Name: up_taskdump
  ****************************************************************************/
 
-#if defined(CONFIG_STACK_COLORATION) || defined(CONFIG_SCHED_BACKTRACE)
-static void up_taskdump(FAR struct tcb_s *tcb, FAR void *arg)
+static void up_dump_task(FAR struct tcb_s *tcb, FAR void *arg)

Review comment:
       on next phase, coming soon




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