mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-02-08 16:05:07 +00:00
![]() During debugging, the debug client may request to malloc a memory space to evaluate the user expressions. If we malloc memory from the linear memory, it may fail when the thread is in stop status. We preserve a buffer during creating debug instance, and use a simple bump pointer allocator to serve lldb's memory request. |
||
---|---|---|
.. | ||
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 |