scummvm/backends/platform/wii
D G Turner f1d2ba701a WII: Add Code for GDB Debugging Over Ethernet using TCP
The Gecko USB serial adapter is no longer easy to obtain and using
the Ethernet adapter instead is supported by devkitPro/libogc.

However, when enabled, this fails to link when dynamic plugins are
enabled due to missing symbols for gdbstub_getoffsets() found in
devkitPro/libogc/libdb/debug_supp.c. To be exact, this is the
u8 __text_fstart[],__data_fstart[],__bss_fstart[] which should be
implicitly provided by the linker(?)

A monolithic static build with this enabled does succeed, but has not
yet been tested.
2023-05-15 00:51:27 +01:00
..
gdb-network.txt WII: Add Code for GDB Debugging Over Ethernet using TCP 2023-05-15 00:51:27 +01:00
gdb.txt
main.cpp WII: Add Code for GDB Debugging Over Ethernet using TCP 2023-05-15 00:51:27 +01:00
module.mk
options.cpp
options.h
osystem.cpp COMMON: Allow games to use overlay for something else than GUI 2022-11-12 19:12:05 +01:00
osystem.h GRAPHICS: Add support for pixels with masks and inverted pixels 2023-02-19 23:51:09 +01:00
osystem_events.cpp
osystem_gfx.cpp GRAPHICS: Add support for pixels with masks and inverted pixels 2023-02-19 23:51:09 +01:00
osystem_sfx.cpp
wii.mk WII: Add Code for GDB Debugging Over Ethernet using TCP 2023-05-15 00:51:27 +01:00