This repository has been archived on 2023-11-05. You can view files and clone it, but cannot push or open issues or pull requests.
wasm-micro-runtime/core/iwasm
Xu Jun 2af5ae5abb
[source debug] refine some code in source debugging (#856)
- 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
2021-12-06 10:25:38 +08:00
..
aot Don't throw exception while module_malloc failed (#860) 2021-12-03 17:00:18 +08:00
common [source debug] refine some code in source debugging (#856) 2021-12-06 10:25:38 +08:00
compilation Implement atomic and memset/memmove/memcpy intrinsic for riscv (#841) 2021-11-30 17:10:14 +08:00
include [source debug] refine some code in source debugging (#856) 2021-12-06 10:25:38 +08:00
interpreter [source debug] refine some code in source debugging (#856) 2021-12-06 10:25:38 +08:00
libraries [source debug] refine some code in source debugging (#856) 2021-12-06 10:25:38 +08:00
README.md Enable AoT and wamr-sdk, and change arguments of call wasm API (#157) 2020-01-21 13:26:14 +08:00