mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-18 17:32:09 +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"
|
bool "Enable memory tracing"
|
||||||
default n
|
default n
|
||||||
|
|
||||||
|
config INTERPRETERS_WAMR_DUMP_CALL_STACK
|
||||||
|
bool "Enable dump call stack (on exception)"
|
||||||
|
default n
|
||||||
|
|
||||||
config INTERPRETERS_WAMR_DISABLE_HW_BOUND_CHECK
|
config INTERPRETERS_WAMR_DISABLE_HW_BOUND_CHECK
|
||||||
bool "Disable hardware bound check"
|
bool "Disable hardware bound check"
|
||||||
default n
|
default n
|
||||||
|
Reference in New Issue
Block a user