walnux/arch/risc-v
Jukka Laitinen 5aa45e328e arch/riscv/ricv_exception.c: Dump the process name at exception in user space
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.

Signed-off-by: Jukka Laitinen <jukka.laitinen@tii.ae>
2025-06-13 20:36:30 +08:00
..
include style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
src arch/riscv/ricv_exception.c: Dump the process name at exception in user space 2025-06-13 20:36:30 +08:00
CMakeLists.txt arch/risk-v: migrate to SPDX identifier 2024-12-02 17:23:25 +08:00
Kconfig arch/riscv/Kconfig: Remove select "ARCH_PERF_EVENTS" from Kconfig 2025-06-06 17:31:10 +08:00