Skip to content

Commit 65b5872

Browse files
yamtxiaoxiang781216
authored andcommitted
interpreters/wamr/Kconfig: Add INTERPRETERS_WAMR_DEBUG_INTERP option
Tested with sim/Linux/amd64 and esp32 devkit-c.
1 parent 2e2630e commit 65b5872

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

interpreters/wamr/Kconfig

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,17 @@ config INTERPRETERS_NONE
5151

5252
endchoice
5353

54+
config INTERPRETERS_WAMR_DEBUG_INTERP
55+
bool "Enable debugger support in the interpreter"
56+
default n
57+
# Note: It only works with the classic interpreter
58+
depends on INTERPRETERS_WAMR_CLASSIC
59+
# Note: It uses thread-manager internally
60+
depends on INTERPRETERS_WAMR_THREAD_MGR
61+
# Note: It sets up the listening socket with SO_LINGER
62+
depends on NET_TCP
63+
depends on NET_SOLINGER
64+
5465
config INTERPRETERS_WAMR_LOG
5566
bool "Enable log"
5667
default n

0 commit comments

Comments
 (0)