arch: riscv: print callee-saved-registers in fatal error

Print callee-saved registers during fatal error
to help with debugging.

Signed-off-by: Yong Cong Sin <ycsin@meta.com>
This commit is contained in:
Yong Cong Sin 2024-03-06 16:25:06 +08:00 committed by Anas Nashif
commit 30b122b3f0
5 changed files with 74 additions and 3 deletions

View file

@ -60,6 +60,8 @@ Architectures
* Implemented frame-pointer based stack unwinding.
* The fatal error message triggered from a fault now contains the callee-saved-registers states.
* Xtensa
Bluetooth