wasm-micro-runtime/core/iwasm/libraries/debug-engine
YAMAMOTO Takashi 0ba6532636
debug-engine: fix a few type mismatches (#4189)
- use strict prototypes complained by GCC `-Wstrict-prototypes`
- use `int*` instead of `int32*`

Note: on some targets, int32_t is a long.
for example, GCC shipped with the recent ESP-IDF has such a
configuration.

- https://github.com/apache/nuttx/issues/15755#issuecomment-2635652808
- https://github.com/apache/nuttx/pull/16022
- https://docs.espressif.com/projects/esp-idf/en/stable/esp32/migration-guides/release-5.x/5.0/gcc.html#espressif-toolchain-changes
2025-04-17 00:07:08 +08:00
..
debug_engine.c debug-engine: fix a few type mismatches (#4189) 2025-04-17 00:07:08 +08:00
debug_engine.cmake Implement source debugging for interpreter and AOT (#769) 2021-09-29 13:36:46 +08:00
debug_engine.h debug-engine: fix a few type mismatches (#4189) 2025-04-17 00:07:08 +08:00
gdbserver.c debug-engine: fix a few type mismatches (#4189) 2025-04-17 00:07:08 +08:00
gdbserver.h debug-engine: fix a few type mismatches (#4189) 2025-04-17 00:07:08 +08:00
handler.c debug-engine: fix a few type mismatches (#4189) 2025-04-17 00:07:08 +08:00
handler.h debug-engine: fix a few type mismatches (#4189) 2025-04-17 00:07:08 +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