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:
Yong Cong Sin 2024-05-18 17:36:43 +08:00 committed by Anas Nashif
commit 2a3d9d0d90
3 changed files with 15 additions and 0 deletions

View file

@ -53,9 +53,11 @@ tests:
arch.common.stack_unwind.symtab:
arch_allow:
- riscv
- arm64
integration_platforms:
- qemu_riscv32
- qemu_riscv64
- qemu_cortex_a53
extra_args: OVERLAY_CONFIG="enable_fp.conf"
harness_config:
type: multi_line