wasm-micro-runtime/core/iwasm/libraries
Xu Jun 24afd4e7cb
Preserve execution memory for debug instance (#1072)
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.
2022-04-04 08:23:55 +08:00
..
debug-engine Preserve execution memory for debug instance (#1072) 2022-04-04 08:23:55 +08:00
lib-pthread Fix pthread_getspecific return value (#999) 2022-02-05 22:45:59 +08:00
lib-socket Enable socket-api recvmsg() and sendmsg() (#1042) 2022-03-30 15:57:40 +08:00
libc-builtin Cleanup output format warnings (#904) 2021-12-20 15:51:36 +08:00
libc-emcc Apply clang-format for core/iwasm compilation and libraries (#784) 2021-10-13 15:13:00 +08:00
libc-uvwasi Add libuv and uvwasi to attributions (#1057) 2022-03-24 10:05:10 +08:00
libc-wasi Fix issues reported by klocwork (#1060) 2022-03-24 17:34:22 +08:00
thread-mgr Fix libc-wasi not working in spawned exec_env (#1053) 2022-03-22 12:17:14 +08:00