From 0f35ad29a823e6041b1a50e50a44e776f8aea115 Mon Sep 17 00:00:00 2001 From: chao an Date: Mon, 30 Jan 2023 21:42:23 +0800 Subject: [PATCH] arm/unwinder: set default unwinder type to arm exidx/extab Signed-off-by: chao an --- arch/arm/Kconfig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 614b83d66e..96d93b609c 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -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.