![]() |
|
GC SP1 - Printable Version +- Dolphin, the GameCube and Wii emulator - Forums (https://forums.dolphin-emu.org) +-- Forum: Dolphin Emulator Discussion and Support (https://forums.dolphin-emu.org/Forum-dolphin-emulator-discussion-and-support) +--- Forum: Support (https://forums.dolphin-emu.org/Forum-support) +--- Thread: GC SP1 (/Thread-gc-sp1) |
GC SP1 - algoflash - 03-07-2022 Hi and thanks for Dolphin Emulator ! I wan't to connect python 3 to the SP1 for remote debug. I didn't found any named pipe in the dolphin process or documentation about how to do this. Is it possible yet ? If not would it be difficult to create an unofficial patch to allow this ? Next step is to create the debug cli using python and the resident debug kernel documentation. Any Idea ? GC SP1 - algoflash - 04-22-2022 Edit: SP1 use EXI hardware register which is implemented here in dolphin source code. apploader reversed give us debug parameters present in GCM (DVD boot info ...) which could help to parameter debug mod. When debuger is started it's set to BBA (2 BBA EXI devices implemented in the dolphin source code: TAP & XLINK_KAI). Also there is dolphin emu python bindings for CPU/IA dev with memory R/W API. |