Alessandro Vagniluca wrote:
The mspgcc manual reports only a few commands for GDB monitor (e.g. I use 'monitor erase all' for starting a debug session with Insight). Where can I find documentation on all the commands for GDB monitor? The GDB on-line help does not list them.
the monitor extension ind GDB is so generic that it does not even have a help system ;-)
"monitor help" gives you a list of supported monitor commands. and there is the manual: http://mspgcc.sourceforge.net/manual/c1532.html#using-the-jtag-fet-tool-with-gdbproxy chris