* symfile.c (reread_symbols): When re-reading symbols, do all the
[binutils-gdb.git] / gdb / ser-unix.c
1993-10-08 Jim Kingdon * inflow.c: Remove unused includes of sys/param.h...
1993-09-08 K. Richard Pixleygcc lint
1993-08-13 K. Richard Pixley * ser-unix.c (get_tty_state): if a descriptor is not...
1993-08-08 Jim Kingdon* ser-unix.c (hardwire_send_break) [HAVE_SGTTY]: Use...
1993-07-29 Jim Kingdon* ser-unix.c (gdb_setpgid): Pass our pid, not 0, to...
1993-07-28 Jim Kingdon * serial.h, ser-{unix,go32,tcp}.c: Add flush_input...
1993-07-27 Jim Kingdon * config/sparc/xm-sun4os4.h: Define MEM_FNS_DECLARED...
1993-07-19 Jim Kingdon* ser-unix.c: Don't try to use job control with termio.
1993-07-02 Jim Kingdon * ser-unix.c (hardwire_noflush_set_tty_state): Use...
1993-07-01 Jim Kingdon * ser-unix.c (hardwire_print_tty_state) [HAVE_TERMIOS...
1993-06-30 Jim Kingdon * inftarg.c: Remove unused include of terminal.h.
1993-06-27 Jim Kingdon* ser-unix.c: Move #include of <sys/time.h> to HAVE_SGT...
1993-06-26 Stu Grossman * remote.c: Add arg names to prototypes, in a modest...
1993-05-29 Stu Grossman * Makefile.in: Add new file ser-tcp.c.
1993-05-06 Stu Grossman * ser-unix.c (wait_for): Use VTIME to do timeouts...
1993-05-04 Stu Grossman * ser-unix.c (wait_for): New routine to handle read...
1993-05-02 Fred Fish * defs.h (UINT_MAX, LONG_MAX, INT_MAX, INT_MIN): ...
1993-04-30 Jim Kingdon * ser-unix.c [USE_{TERMIO,ALARM}_TIMEOUT]: New code...
1993-04-09 Stu Grossman * remote.c (remote_open): Use SERIAL_OPEN instead...
1993-04-06 Stu Grossman * Makefile.in (SFILES OBS): Add serial.[co] & ser...