wasm-micro-runtime/core/iwasm/libraries/debug-engine
Wenyong Huang 2013f1f7d7
Fix warnings/issues reported in Windows and by CodeQL/Coverity (#3275)
Fix the warnings and issues reported:
- in Windows platform
- by CodeQL static code analyzing
- by Coverity static code analyzing

And update CodeQL script to build exception handling and memory features.
2024-04-07 11:57:31 +08:00
..
debug_engine.c Refactor APIs and data structures as preliminary work for Memory64 (#3209) 2024-03-12 11:38:50 +08:00
debug_engine.cmake Implement source debugging for interpreter and AOT (#769) 2021-09-29 13:36:46 +08:00
debug_engine.h Refactor APIs and data structures as preliminary work for Memory64 (#3209) 2024-03-12 11:38:50 +08:00
gdbserver.c Allow source debugger reconnection (#1667) 2022-11-02 17:12:34 +08:00
gdbserver.h Allow source debugger reconnection (#1667) 2022-11-02 17:12:34 +08:00
handler.c Fix warnings/issues reported in Windows and by CodeQL/Coverity (#3275) 2024-04-07 11:57:31 +08:00
handler.h Allow source debugger reconnection (#1667) 2022-11-02 17:12:34 +08:00
packets.c [debugger enhance] don't block gdbserver thread while executing (#989) 2022-02-16 17:35:35 +08:00
packets.h [debugger enhance] don't block gdbserver thread while executing (#989) 2022-02-16 17:35:35 +08:00
utils.c Enable source debugging feature for windows platform (#910) 2021-12-22 19:52:07 +08:00
utils.h Enable source debugging feature for windows platform (#910) 2021-12-22 19:52:07 +08:00