Update manual page (GDB monitor command).

This commit is contained in:
Daniel Beer 2010-08-17 13:05:22 +12:00
parent d2c91feeb0
commit 194d12d9ea
1 changed files with 5 additions and 2 deletions

View File

@ -155,8 +155,11 @@ Start a GDB remote stub, optionally specifying a TCP port to listen on.
If no port is given, the default port is 2000. If no port is given, the default port is 2000.
MSPDebug will wait for a connection on this port, and then act as a MSPDebug will wait for a connection on this port, and then act as a
GDB remote stub until GDB disconnects. The basic GDB protocol is GDB remote stub until GDB disconnects.
supported, plus the monitor commands "erase" and "reset".
GDB's "monitor" command can be used to issue MSPDebug commands via the
GDB interface. Supplied commands are executed non-interactively, and
the output is sent back to be displayed in GDB.
.IP "\fBhelp\fR [\fIcommand\fR]" .IP "\fBhelp\fR [\fIcommand\fR]"
Show a brief listing of available commands. If an argument is Show a brief listing of available commands. If an argument is
specified, show the syntax for the given command. The help text shown specified, show the syntax for the given command. The help text shown