wasm-micro-runtime/core/iwasm/libraries
Xu Jun 0be1f687af
Fix source debugging issues (#776)
- fix data race issue between debug control thread and main thread
- fix possible memory leaks in breakpoints list
- fix memory uninitialized issues
- remove unused data structures
- add more checks when handling packet and args
- fix mini-loader issues
- fix config_common.cmake fast interp prompt issue
2021-10-09 15:56:58 +08:00
..
debug-engine Fix source debugging issues (#776) 2021-10-09 15:56:58 +08:00
lib-pthread lib-pthread: Fix pthread_create callback arg issue (#701) 2021-08-19 18:21:56 +08:00
libc-builtin Implement clock() wrapper for built-in libc (#691) 2021-08-07 21:21:25 +08:00
libc-emcc Update sample workload's scripts to align with latest emcc (#609) 2021-04-13 13:42:08 +08:00
libc-uvwasi Enable to use BH_VPRINTF macro to redirect stdout output (#560) 2021-03-06 22:29:58 +08:00
libc-wasi Fix a build on alpine, whose libc is musl (#726) 2021-09-07 10:03:54 +08:00
thread-mgr Implement source debugging for interpreter and AOT (#769) 2021-09-29 13:36:46 +08:00