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:
parent
ab676fdb86
commit
074931057c
3 changed files with 5 additions and 14 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue