]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
* remote.c: Add arg names to prototypes, in a modest effort at
authorStu Grossman <grossman@cygnus>
Sat, 26 Jun 1993 00:22:30 +0000 (00:22 +0000)
committerStu Grossman <grossman@cygnus>
Sat, 26 Jun 1993 00:22:30 +0000 (00:22 +0000)
commita037b21e7588263dba78ac0b1651abd56237ca93
tree7c35de6074a134ee3c08e439f9b4c3d33c6124dc
parent2685ead7d6ccad3988f6fbffbc3a96ebada3d4dc
* remote.c:  Add arg names to prototypes, in a modest effort at
clarification.  Also add prototypes for some new functions.
* (remote_wait):  Better error reporting for 'T' responses.
* ser-go32.c (strncasecmp):  Make str1 & str2 be const.
* (dos_async_init):  Make usage message reflect requested port #.
* ser-tcp.c (tcp_open):  Terminate hostname properly to prevent
random hostname lookup failures.  Add nicer message for unknown
host error.  (wait_for):  Wake up in case of exceptions.  Also,
restart select() if we got EINTR.
* ser-unix.c (wait_for):  Restart select() if we got EINTR.
* serial.c: (serial_close):  Clean up code.
gdb/ChangeLog
gdb/ser-go32.c
gdb/ser-tcp.c
gdb/ser-unix.c
gdb/serial.c