interpreters/wamr: New option to dump call stack

Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
This commit is contained in:
Huang Qi 2023-03-21 09:50:02 +08:00 committed by archer
parent e20d2688ab
commit 95acf6c904

View File

@ -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