wasm-micro-runtime/core/iwasm/libraries/debug-engine
Xu Jun 9b0b33e4ae
fix duplicated debug instance id in multiple native thread issue (#847)
The debug_instance_list is not protected by mutex, and the debug instance uses
the length of this list as its id. If several threads create debug instance at the
same time, they may get duplicated/same ids. This patch adds mutex to protect
this list.
2021-11-25 12:15:37 +08:00
..
debug_engine.c fix duplicated debug instance id in multiple native thread issue (#847) 2021-11-25 12:15:37 +08:00
debug_engine.cmake Implement source debugging for interpreter and AOT (#769) 2021-09-29 13:36:46 +08:00
debug_engine.h Apply clang-format for core/iwasm compilation and libraries (#784) 2021-10-13 15:13:00 +08:00
gdbserver.c Support random debug port by assigning port = 0 (#807) 2021-10-30 02:44:41 -05:00
gdbserver.h Fix source debugging issues (#776) 2021-10-09 15:56:58 +08:00
handler.c [source debug] process ModuleInfo query message (#815) 2021-11-02 12:09:15 +08:00
handler.h Implement source debugging for interpreter and AOT (#769) 2021-09-29 13:36:46 +08:00
packets.c Apply clang-format for core/iwasm compilation and libraries (#784) 2021-10-13 15:13:00 +08:00
packets.h Implement source debugging for interpreter and AOT (#769) 2021-09-29 13:36:46 +08:00
utils.c Implement source debugging for interpreter and AOT (#769) 2021-09-29 13:36:46 +08:00
utils.h Implement source debugging for interpreter and AOT (#769) 2021-09-29 13:36:46 +08:00