debug: remove DEBUG_INFO from EXCEPTION_STACK_TRACE

The `DEBUG_INFO` in the `EXCEPTION_STACK_TRACE` is only
required by x86. Move that to `X86_EXCEPTION_STACK_TRACE`
instead.

Signed-off-by: Yong Cong Sin <ycsin@meta.com>
This commit is contained in:
Yong Cong Sin 2024-05-25 12:40:13 +08:00 committed by Carles Cufí
commit 413b1cf409
5 changed files with 3 additions and 2 deletions

View file

@ -32,6 +32,7 @@ tests:
arch_allow: x86
extra_configs:
- CONFIG_NO_OPTIMIZATIONS=y
- CONFIG_DEBUG_INFO=y
integration_platforms:
- qemu_x86
- qemu_x86_64