GDB Server listens on TCP port 2331 on localhost.
GDB can connect to the server from the same or an other machine.

Remote commands:
The following remote commands are supported:

 - monitor long
   SYNTAX: monitor long <address> [= <value>]

 - monitor endian
   SYNTAX: monitor endian <endian>

 - monitor reset
   SYNTAX: monitor reset

 - monitor halt
   SYNTAX: monitor halt

 - monitor reg
   SYNTAX: monitor reg cpsr [= <value>]

 - monitor speed
   SYNTAX: monitor speed <kHz>
           monitor speed auto

 - monitor select
   SYNTAX: monitor select USB
           monitor select IP = <hostname>




