NDS/GDBDebuggerStub
From Dev-Scene
< NDS
by Ben Jaques (aka masscat)
Allows ARM9 source level debugging using GDB.
The DS debugger stub can be compiled into the application or run as a monitor on the DS allowing GDB to download the application ELF file into its memory.
The communication between the DS and GDB is via TCP over wireless or, using SPI/UART Bridge, RS232.
It is very much in development and not fully featured but, even so, it does provide a useful tool for code development.
[edit] Lastest Release
The lastest version 20060831 - source tarball.
Developer: Masscat
Homepage: http://masscat.afraid.org/ninds/debug_stub.php
Forum Discussion: http://forum.gbadev.org/viewtopic.php?t=10765
Categories: Draft | NDS | Tools