mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-18 00:11:20 +08:00
interpreters/wamr: New option to dump call stack
Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user