diff options
author | Michael Snyder <msnyder@vmware.com> | 2008-09-03 23:54:19 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@vmware.com> | 2008-09-03 23:54:19 +0000 |
commit | 8775bb90ebd4f68b1aaa8525a9bc435123e8c1a5 (patch) | |
tree | 340c8fa5dbaa066aa7aab4159578b570e1881e64 /gdb/doc | |
parent | 9ff3afda84c2aa2d6fe70b91a5fd9def10e15228 (diff) | |
download | gdb-8775bb90ebd4f68b1aaa8525a9bc435123e8c1a5.zip gdb-8775bb90ebd4f68b1aaa8525a9bc435123e8c1a5.tar.gz gdb-8775bb90ebd4f68b1aaa8525a9bc435123e8c1a5.tar.bz2 |
2008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
* ser-tcp.c (ser_tcp_send_break): New function.
(_initialize_ser_tcp): Use ser_tcp_send_break.
* ser-tcp.h (ser_tcp_send_break): New prototype.
2008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
* gdb.texinfo (Interrupts): Mention TCP interface for
sending BREAK.
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 7 |
2 files changed, 9 insertions, 3 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index bb1ac1f..2160574 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2008-09-03 Angela Marie Thomas <angela@releasedominatrix.com> + + * gdb.texinfo (Interrupts): Mention TCP interface for + sending BREAK. + 2008-08-26 Ulrich Weigand <uweigand@de.ibm.com> * gdb.texinfo (Commands to Specify Files): Document "remote:" diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 60fc4b9..4a36fec 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -26054,9 +26054,10 @@ control of which is specified via @value{GDBN}'s @samp{remotebreak} setting (@pxref{set remotebreak}). The precise meaning of @code{BREAK} is defined by the transport -mechanism and may, in fact, be undefined. @value{GDBN} does -not currently define a @code{BREAK} mechanism for any of the network -interfaces. +mechanism and may, in fact, be undefined. @value{GDBN} does not +currently define a @code{BREAK} mechanism for any of the network +interfaces except for TCP, in which case @value{GDBN} sends the +@code{telnet} BREAK sequence. @samp{Ctrl-C}, on the other hand, is defined and implemented for all transport mechanisms. It is represented by sending the single byte |