arm/unwinder: set default unwinder type to arm exidx/extab
Signed-off-by: chao an <anchao@xiaomi.com>
This commit is contained in:
parent
af0a35f9ae
commit
0f35ad29a8
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue