wasm-micro-runtime/core/iwasm
Enrico Loparco bfbe51e1b3
fix debugger: Set termination flags also when in debug mode (#2048)
When using multiple threads, termination flags are checked to stop the thread
if a `proc_exit` or trap occurs. They have to be set also in debug mode.

Tested using [WASI thread tests](https://github.com/bytecodealliance/wasm-micro-runtime/tree/main/core/iwasm/libraries/lib-wasi-threads/test).
2023-03-23 14:10:47 +08:00
..
aot Fix atomic.wait, get wasi_ctx exit code and thread mgr issues (#2024) 2023-03-15 07:47:36 +08:00
common Fix/Simplify the atomic.wait/nofity implementations (#2044) 2023-03-23 09:21:16 +08:00
compilation Fix multi-threading issues (#2013) 2023-03-08 10:57:22 +08:00
doc Add architecture diagram for wasm function (#2046) 2023-03-23 10:37:38 +08:00
fast-jit Fix fast-jit build error (#2023) 2023-03-12 20:17:49 +08:00
include Rename parameter names in wasm_runtime_instantiate (#2045) 2023-03-22 17:39:08 +08:00
interpreter Fix/Simplify the atomic.wait/nofity implementations (#2044) 2023-03-23 09:21:16 +08:00
libraries fix debugger: Set termination flags also when in debug mode (#2048) 2023-03-23 14:10:47 +08:00
README.md Add architecture diagram for wasm function (#2046) 2023-03-23 10:37:38 +08:00