aboutsummaryrefslogtreecommitdiff
path: root/gdb/ser-tcp.h
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@vmware.com>2008-09-03 23:54:19 +0000
committerMichael Snyder <msnyder@vmware.com>2008-09-03 23:54:19 +0000
commit8775bb90ebd4f68b1aaa8525a9bc435123e8c1a5 (patch)
tree340c8fa5dbaa066aa7aab4159578b570e1881e64 /gdb/ser-tcp.h
parent9ff3afda84c2aa2d6fe70b91a5fd9def10e15228 (diff)
downloadgdb-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/ser-tcp.h')
-rw-r--r--gdb/ser-tcp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/ser-tcp.h b/gdb/ser-tcp.h
index 2fd5052..f43db2e 100644
--- a/gdb/ser-tcp.h
+++ b/gdb/ser-tcp.h
@@ -26,5 +26,6 @@ extern int net_open (struct serial *scb, const char *name);
extern void net_close (struct serial *scb);
extern int net_read_prim (struct serial *scb, size_t count);
extern int net_write_prim (struct serial *scb, const void *buf, size_t count);
+extern int ser_tcp_send_break (struct serial *scb);
#endif