wasm-micro-runtime/core/iwasm/libraries/debug-engine
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.c Fix source debugging issues (#776) 2021-10-09 15:56:58 +08:00
debug_engine.cmake Implement source debugging for interpreter and AOT (#769) 2021-09-29 13:36:46 +08:00
debug_engine.h Fix source debugging issues (#776) 2021-10-09 15:56:58 +08:00
gdbserver.c Fix source debugging issues (#776) 2021-10-09 15:56:58 +08:00
gdbserver.h Fix source debugging issues (#776) 2021-10-09 15:56:58 +08:00
handler.c Fix source debugging issues (#776) 2021-10-09 15:56:58 +08:00
handler.h Implement source debugging for interpreter and AOT (#769) 2021-09-29 13:36:46 +08:00
packets.c Fix source debugging issues (#776) 2021-10-09 15:56:58 +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