arch: arm64: use symtab to print function name in stack trace
Selecting `CONFIG_SYMTAB` will enable the symtab generation which will be used in the stack trace to print the function name of the return address. Added `arm64` to the `arch.common.stack_unwind.symtab` test. Signed-off-by: Yong Cong Sin <ycsin@meta.com>
This commit is contained in:
parent
eafc4eff04
commit
2a3d9d0d90
3 changed files with 15 additions and 0 deletions
|
@ -71,6 +71,10 @@ Architectures
|
|||
|
||||
* ARM
|
||||
|
||||
* ARM64
|
||||
|
||||
* Implemented symbol names in the backtraces, enable by selecting :kconfig:option:`CONFIG_SYMTAB`
|
||||
|
||||
* RISC-V
|
||||
|
||||
* The fatal error message triggered from a fault now contains the callee-saved-registers states.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue