Content deleted Content added
m Replace magic links with templates per local RfC and MediaWiki RfC |
|||
Line 11:
#* A device name (for a serial line) or the IP address and port number needed for connection to the target system.
Example for debugging a program called <code>hello_world</code> on a remote robot OMG that is sooo cool! target using TCP ("2159" is the [[List_of_TCP_and_UDP_port_numbers#Registered_ports|registered TCP port number for remote GDB]]):
<source lang="console">
remote@~$ gdbserver :2159 hello_world
|