summaryrefslogtreecommitdiff
path: root/gdb/ser-tcp.c
Commit message (Collapse)AuthorAgeFilesLines
* * ser-pipe.c (_initialize_ser_pipe): Correct call to memset--swapIan Lance Taylor2003-05-131-1/+1
| | | | | | second and third arguments. * ser-tcp.c (_initialize_ser_tcp): Likewise. * ser-unix.c (_initialize_ser_hardwire): Likewise.
* 2002-05-16 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2002-05-161-1/+0
| | | | | Fix PR gdb/546 * ser-tcp.c: Don't include <netinet/udp.h>.
* 2002-05-14 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2002-05-141-18/+36
| | | | | | | | | | | | | | | * 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'.
* 2001-12-18 Martin M. Hunt <hunt@redhat.com>Martin Hunt2001-12-181-0/+5
| | | | | * ser-tcp.c (tcp_open): Disable Nagle algorithm which improves performance in some cases.
* 2001-12-07 Martin M. Hunt <hunt@redhat.com>Martin Hunt2001-12-071-1/+8
| | | | | | | * configure.in: Check for sys/filio.h * configure: Rebuild. * config.in: Add HAVE_SYS_FILIO_H * ser-tcp.c: Conditionally include sys/filio.h.
* 2001-12-03 Martin M. Hunt <hunt@redhat.com>Martin Hunt2001-12-041-49/+90
| | | | | | | | | * serial.h: Add a note to serial_open. * ser-tcp.c (tcp_open): Rewrite to use a non-blocking connect. Allow UI and CLI to abort connect. Instead of trying 15 times with very long timeouts, just try one connect with a maximum timeout of 15 seconds.
* * MAINTAINERS: Add myself to the write-after-approval list.Corinna Vinschen2001-08-021-0/+3
| | | | | * ser-tcp.c (tcp_open): Use `localhost' as default host if no hostname is given.
* s/typedef serial_t/struct serial */Andrew Cagney2001-07-111-4/+4
|
* * gnu-regex.c: Eliminate obsolete check for _MSC_VER.Christopher Faylor2001-06-101-2/+0
| | | | | | | | | | | | | | | | | | * utils.c (notice_quit): Remove dummy function only used for _MSC_VER. * values.c (unpack_double): Remove obsolete check for _MSC_VER. * defs.h: Ditto. * m32r-rom.c: Ditto. * p-exp.y: Ditto. * ser-e7kpc.c: Ditto. Define WIN32_LEAN_AND_MEAN under _WIN32, for faster compilation. (get_ds_base): Remove _MSC_VER version of this function. * nindy-share/ttyflush.c: Ditto. X * rdi-share/host.h: Ditto. X * ser-go32.c (dos_readchar): Remove call to obsolete function. * remote-sim.c (gdb_os_poll_quit): Ditto. * remote-e7000.c (expect): Remove obsolete #if 0'ed code. * main.c (captured_main): Eliminate special Cygwin checks. * ser-tcp.c: Remove unneeded __CYGWIN__ guard against system include.
* * main.c: Remove windows.h use.Christopher Faylor2001-04-051-1/+1
| | | | | | | | | | | (gdbtk_test): Use PATH_MAX for home var calculation. * remote-e7000.c (e7000_parse_device): Accomodate Cygwin as well as Win32 in test. * ser-tcp.c: Use modern __CYGWIN__ conditional. * source.c (mod_path): Add __CYGWIN__ conditional to WIN32 test. (openp): Ditto. * symfile.c (symfile_bfd_open): Ditto. * gdbtk/generic/gdbtk.c: Ditto.
* Update/correct copyright notices.Kevin Buettner2001-03-061-1/+2
|
* * signals.h: Removed.J.T. Conklin2001-02-061-1/+1
| | | | | | | | | | | | * event-top.c (#include <signal.h>): Changed from signals.h. * inflow.c: Likewise. * mac-xdep.c: Likewise. * ser-pipe.c: Likewise. * ser-tcp.c: Likewise. * standalone.c: Likewise. * top.c: Likewise. * utils.c: Likewise. * Makefile.in: Removed signals.h from dependencies.
* import gdb-1999-10-04 snapshotJason Molenda1999-10-051-1/+1
|
* import gdb-1999-09-21Jason Molenda1999-09-221-276/+31
|
* import gdb-1999-09-08 snapshotStan Shebs1999-09-091-1/+1
|
* import gdb-1999-08-30 snapshotJason Molenda1999-08-311-3/+0
|
* import gdb-1999-07-07 post reformatJason Molenda1999-07-071-59/+60
|
* import gdb-1999-07-07 pre reformatJason Molenda1999-07-071-5/+1
|
* import gdb-1999-07-05 snapshotJason Molenda1999-07-051-1/+5
|
* import gdb-19990422 snapshotStan Shebs1999-04-261-1/+49
|
* Initial revisionStan Shebs1999-04-161-0/+358