mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-11-27 10:00:59 +00:00
- move the wait_cond from exec_env to debug_instance, so the debug thread can be waken up by any threads - process more general query message from debugger - refine debug instance create/destroy mechanism - avoid creating debug instance during module instantiating - avoid blocking execution thread during creating debug instance - update related documents |
||
|---|---|---|
| .. | ||
| debug_engine.c | ||
| debug_engine.cmake | ||
| debug_engine.h | ||
| gdbserver.c | ||
| gdbserver.h | ||
| handler.c | ||
| handler.h | ||
| packets.c | ||
| packets.h | ||
| utils.c | ||
| utils.h | ||