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
1 changed files with 1 additions and 2 deletions

View File

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