mirror of
https://github.com/apache/nuttx.git
synced 2026-09-04 08:04:02 +00:00
arm/unwind: EABI unwind needs frame pointer support
Signed-off-by: chao an <anchao@xiaomi.com>
This commit is contained in:
parent
18d2653e4e
commit
60d188353c
1 changed files with 1 additions and 0 deletions
|
|
@ -1289,6 +1289,7 @@ config UNWINDER_STACK_POINTER
|
|||
|
||||
config UNWINDER_ARM
|
||||
bool "ARM EHABI stack unwinder"
|
||||
select FRAME_POINTER
|
||||
---help---
|
||||
This option enables stack unwinding support in the nuttx
|
||||
using the information automatically generated by the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue