mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-13 02:14:39 +08:00
* gdb.texinfo (Connecting): Explain that `monitor' is a way to
extend GDB with commands for external monitor.
This commit is contained in:
@ -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>
|
2005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
|
||||||
|
|
||||||
* gdb.texinfo (Convenience variables): Add init-if-undefined command.
|
* gdb.texinfo (Convenience variables): Add init-if-undefined command.
|
||||||
|
@ -11966,10 +11966,15 @@ the @code{disconnect} command, @value{GDBN} is again free to connect to
|
|||||||
another target.
|
another target.
|
||||||
|
|
||||||
@cindex send command to remote monitor
|
@cindex send command to remote monitor
|
||||||
|
@cindex extend @value{GDBN} for remote targets
|
||||||
|
@cindex add new commands for external monitor
|
||||||
@kindex monitor
|
@kindex monitor
|
||||||
@item monitor @var{cmd}
|
@item monitor @var{cmd}
|
||||||
This command allows you to send commands directly to the remote
|
This command allows you to send arbitrary commands directly to the
|
||||||
monitor.
|
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
|
@end table
|
||||||
|
|
||||||
@node Server
|
@node Server
|
||||||
|
Reference in New Issue
Block a user