* gdb.texinfo (Connecting): Explain that `monitor' is a way to
authorEli Zaretskii <eliz@gnu.org>
Sat, 3 Dec 2005 12:44:31 +0000 (12:44 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 3 Dec 2005 12:44:31 +0000 (12:44 +0000)
extend GDB with commands for external monitor.

gdb/doc/ChangeLog
gdb/doc/gdb.texinfo

index d62231d675245a2c071a42ede3c355a69e0c62d5..4ad06bcfd01574a323205359fc1018188d042108 100644 (file)
@@ -1,3 +1,8 @@
+2005-12-03  Eli Zaretskii  <eliz@gnu.org>
+
+       * gdb.texinfo (Connecting): Explain that `monitor' is a way to
+       extend GDB with commands for external monitor.
+
 2005-12-02  Andrew Stubbs  <andrew.stubbs@st.com>
 
        * gdb.texinfo (Convenience variables): Add init-if-undefined command.
index 2eb1dd85e2ae0d60bd340522dc948c9319f6e664..5b21767aea6642f106de36976b944b821e09f473 100644 (file)
@@ -11966,10 +11966,15 @@ the @code{disconnect} command, @value{GDBN} is again free to connect to
 another target.
 
 @cindex send command to remote monitor
+@cindex extend @value{GDBN} for remote targets
+@cindex add new commands for external monitor
 @kindex monitor
 @item monitor @var{cmd}
-This command allows you to send commands directly to the remote
-monitor.
+This command allows you to send arbitrary commands directly to the
+remote monitor.  Since @value{GDBN} doesn't care about the commands it
+sends like this, this command is the way to extend @value{GDBN}---you
+can add new commands that only the external monitor will understand
+and implement.
 @end table
 
 @node Server