bdiGDB for BDI2000 (PowerPC 7440/7450/86xx) User Manual 29
© Copyright 1997-2015 by ABATRON AG Switzerland V 1.13
DEBUGPORT port [RECONNECT]
The TCP port GDB uses to access the target. If the RECONNECT param-
eter is present, an open TCP/IP connection (Telnet/GDB) will be closed if
there is a connect request from the same host (same IP address).
port the TCP port number (default = 2001)
Example: DEBUGPORT 2001
PROMPT string This entry defines a new Telnet prompt. The current prompt can also be
changed via the Telnet interface.
Example: PROMPT PPC_2
DUMP filename The default file name used for the Telnet DUMP command.
filename the filename including the full path
Example: DUMP dump.bin
TELNET mode By default the BDI sends echoes for the received characters and supports
command history and line editing. If it should not send echoes and let the
Telnet client in "line mode", add this entry to the configuration file.
mode ECHO (default), NOECHO or LINE
Example: TELNET NOECHO ; use old line mode