mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
interpreters/wamr: New option to dump call stack
Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
This commit is contained in:
parent
e20d2688ab
commit
95acf6c904
1 changed files with 4 additions and 0 deletions
|
|
@ -141,6 +141,10 @@ config INTERPRETERS_WAMR_MEMORY_TRACING
|
|||
bool "Enable memory tracing"
|
||||
default n
|
||||
|
||||
config INTERPRETERS_WAMR_DUMP_CALL_STACK
|
||||
bool "Enable dump call stack (on exception)"
|
||||
default n
|
||||
|
||||
config INTERPRETERS_WAMR_DISABLE_HW_BOUND_CHECK
|
||||
bool "Disable hardware bound check"
|
||||
default n
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue