aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2002-05-14 04:26:25 +0000
committerDaniel Jacobowitz <drow@false.org>2002-05-14 04:26:25 +0000
commit9db8d71ff0d8f6883090f2d07e4aa2e5170ba9cd (patch)
tree99579fb5c7d6d2dd5ff20e8bc978291aa24b7e57 /gdb/ChangeLog
parent5dbc6baa50e8afe398f4957d01731ccc98046c29 (diff)
downloadgdb-9db8d71ff0d8f6883090f2d07e4aa2e5170ba9cd.zip
gdb-9db8d71ff0d8f6883090f2d07e4aa2e5170ba9cd.tar.gz
gdb-9db8d71ff0d8f6883090f2d07e4aa2e5170ba9cd.tar.bz2
2002-05-14 Daniel Jacobowitz <drow@mvista.com>
* ser-tcp.c: Include <netinet/udp.h>. Rename tcp_open and tcp_close to net_open and net_close. (net_open): Accept "udp:" and "tcp:" specifications. Connect using UDP if requested. Don't try to disable Nagle on UDP sockets. * remote.c (remote_serial_open): New function. Warn about UDP. (remote_open_1, remote_async_open_1, remote_cisco_open): Call it. 2002-05-14 Daniel Jacobowitz <drow@mvista.com> * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:' options for `target remote'.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 08ba434..53970ab 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,13 @@
+2002-05-14 Daniel Jacobowitz <drow@mvista.com>
+
+ * ser-tcp.c: Include <netinet/udp.h>. Rename tcp_open
+ and tcp_close to net_open and net_close.
+ (net_open): Accept "udp:" and "tcp:" specifications. Connect
+ using UDP if requested. Don't try to disable Nagle on UDP
+ sockets.
+ * remote.c (remote_serial_open): New function. Warn about UDP.
+ (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
+
2002-05-13 Elena Zannoni <ezannoni@redhat.com>
* MAINTAINERS: List sh-elf as buildable with ,-Werror.