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
@ -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…
Reference in New Issue
Block a user