interpreters/wamr/Kconfig: Add INTERPRETERS_WAMR_DEBUG_INTERP option
Tested with sim/Linux/amd64 and esp32 devkit-c.
This commit is contained in:
parent
2e2630e838
commit
65b58724ca
@ -51,6 +51,17 @@ config INTERPRETERS_NONE
|
|||||||
|
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
|
config INTERPRETERS_WAMR_DEBUG_INTERP
|
||||||
|
bool "Enable debugger support in the interpreter"
|
||||||
|
default n
|
||||||
|
# Note: It only works with the classic interpreter
|
||||||
|
depends on INTERPRETERS_WAMR_CLASSIC
|
||||||
|
# Note: It uses thread-manager internally
|
||||||
|
depends on INTERPRETERS_WAMR_THREAD_MGR
|
||||||
|
# Note: It sets up the listening socket with SO_LINGER
|
||||||
|
depends on NET_TCP
|
||||||
|
depends on NET_SOLINGER
|
||||||
|
|
||||||
config INTERPRETERS_WAMR_LOG
|
config INTERPRETERS_WAMR_LOG
|
||||||
bool "Enable log"
|
bool "Enable log"
|
||||||
default n
|
default n
|
||||||
|
Loading…
x
Reference in New Issue
Block a user