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 2022/06/06 10:08:35 UTC

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #6367: dump_task: also dump thread param when dump thread name

xiaoxiang781216 commented on PR #6367:
URL: https://github.com/apache/incubator-nuttx/pull/6367#issuecomment-1147281720

   BTW, since tcb->group->tg_info->argv[0] always point to the task name, I plan to create a new patch in the future:
   
   1. Change tcb->name to FAR const char * and point to tcb->group->tg_info->argv[0] in flat and protected build
   2. Keep tcb->name as the char array in kernel build as before, but prohibit to set CONFIG_TASK_NAME_SIZE=0


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