arm/unwinder: set default unwinder type to arm exidx/extab

Signed-off-by: chao an <anchao@xiaomi.com>
This commit is contained in:
chao an 2023-01-30 21:42:23 +08:00 committed by Xiang Xiao
parent af0a35f9ae
commit 0f35ad29a8

View File

@ -1245,8 +1245,7 @@ if SCHED_BACKTRACE
choice choice
prompt "Choose ARM unwinder" prompt "Choose ARM unwinder"
default UNWINDER_STACK_POINTER if ARM_THUMB default UNWINDER_ARM
default UNWINDER_FRAME_POINTER if !ARM_THUMB
---help--- ---help---
This determines which method will be used for unwinding nuttx stack This determines which method will be used for unwinding nuttx stack
traces for debug. traces for debug.