jlaitine opened a new pull request, #16529: URL: https://github.com/apache/nuttx/pull/16529
## Summary This helps in debugging loaded elf files in CONFIG_BUILD_KERNEL. If a user space exception occurs, one would beed the process name in order to debug the correct process/elf file. Only dumping the pid and name of the crashed task/thread doesn't help, since different processes may have helper threads with the same name. ## Impact Only risc-v exception output in user-space ## Testing Tested on MPFS platform with CONFIG_BUILD_KERNEL, by artificially generating null-pointer reference in user-space applications and monitoring the output. -- 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-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org