debug: remove !OMIT_FRAME_POINTER from EXCEPTION_STACK_TRACE

Not all stack trace implementation requires frame pointer, move
that dependency to architecture Kconfig.

Signed-off-by: Yong Cong Sin <ycsin@meta.com>
This commit is contained in:
Yong Cong Sin 2024-05-25 12:43:15 +08:00 committed by Carles Cufí
commit 8a5823b474
4 changed files with 3 additions and 1 deletions

View file

@ -33,6 +33,7 @@ tests:
extra_configs:
- CONFIG_NO_OPTIMIZATIONS=y
- CONFIG_DEBUG_INFO=y
- CONFIG_OMIT_FRAME_POINTER=n
integration_platforms:
- qemu_x86
- qemu_x86_64