543
Remote debugging
Some configurations of GDB have special serial or TCP/IP interfaces to make
this work with particular debugging targets. In addition, GDB comes with a
generic serial protocol (specific to GDB, but not specific to any particular target
system) which you can use if you write the remote stubs—the code that runs on
the remote system to communicate with GDB.
Other remote targets may be available in your configuration of GDB; use