mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:58:59 +08:00
libs/libc: move the backtrace implement to sched
1. move the backtrace implement to sched 2. rename CONFIG_UNWINDER to CONFIG_SCHED_BACKTRACE Signed-off-by: chao.an <anchao@xiaomi.com>
This commit is contained in:
@@ -1822,3 +1822,12 @@ config PTHREAD_STACK_DEFAULT
|
||||
Default pthread stack size
|
||||
|
||||
endmenu # Stack and heap information
|
||||
|
||||
config SCHED_BACKTRACE
|
||||
bool "Stack BackTrace"
|
||||
default "n"
|
||||
---help---
|
||||
This option enables stack backtrace support in the NuttX
|
||||
using the information automatically generated by the
|
||||
compiler or architecture specific approach when ARCH_HAVE_BACKTRACE
|
||||
is selected
|
||||
|
||||
Reference in New Issue
Block a user