gdbterm - allow debugging a remote target using gdb DEPRICATED
gdbterm <arguments>
Command-Line arguments are:
gdbterm -m 00:20:AF:4A:B8:72 1089
gdbterm is supplied BUT NOT supported. No ATMOS arm stub is currently available for the latest Helium chips
gdbterm acts as a proxy, sitting between gdb and a stub process running in an ATMOS target.
It talks to gdb using a TCP/IP connection (listening either on port 1042, or a port specified on the command line).
It talks to the target either via serial port (-s), via MAST (-m) or via a terminal server (-t).
When talking to the target via a serial port (or indirectly through a terminal server) console output from the target is multiplexed with gdb messages by setting or clearing bit 8 as appropriate. Gdbterm then writes console output to its standard output, and anything it receives on its standard input is passed to the target console.
This means that you can run gdbterm and use it for interacting with your target's console, while simultaneously debugging it.
Debugging Under ATMOS, DO-007065-TC
arm-elf-gdb