]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/remote.c
2002-05-14 Daniel Jacobowitz <drow@mvista.com>
authorDaniel Jacobowitz <drow@false.org>
Tue, 14 May 2002 04:26:25 +0000 (04:26 +0000)
committerDaniel Jacobowitz <drow@false.org>
Tue, 14 May 2002 04:26:25 +0000 (04:26 +0000)
commit9db8d71ff0d8f6883090f2d07e4aa2e5170ba9cd
tree99579fb5c7d6d2dd5ff20e8bc978291aa24b7e57
parent5dbc6baa50e8afe398f4957d01731ccc98046c29
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'.
gdb/ChangeLog
gdb/doc/ChangeLog
gdb/doc/gdb.texinfo
gdb/remote.c
gdb/ser-tcp.c