subsys/debug: remove CONFIG_EXCEPTION_STACK_TRACE_SYMTAB

Having `CONFIG_EXCEPTION_STACK_TRACE_SYMTAB` to select the
`CONFIG_SYMTAB` or to explicitly not print the symbol name
during exception stack unwind seems unnecessary, as the extra
code to print the symbol name is negligible when compared with
the symbol table, so just remove it.

Signed-off-by: Yong Cong Sin <ycsin@meta.com>
Signed-off-by: Yong Cong Sin <yongcong.sin@gmail.com>
This commit is contained in:
Yong Cong Sin 2024-08-16 00:32:38 +08:00 committed by Anas Nashif
commit 074931057c
3 changed files with 5 additions and 14 deletions

View file

@ -68,7 +68,7 @@ tests:
- qemu_cortex_a53
extra_configs:
- CONFIG_FRAME_POINTER=y
- CONFIG_EXCEPTION_STACK_TRACE_SYMTAB=y
- CONFIG_SYMTAB=y
harness_config:
type: multi_line
regex: