summaryrefslogtreecommitdiff
path: root/gdb/ser-unix.c
Commit message (Expand)AuthorAgeFilesLines
* gcc lintK. Richard Pixley1993-09-081-5/+4
* * ser-unix.c (get_tty_state): if a descriptor is not a tty, thenK. Richard Pixley1993-08-131-4/+14
* * ser-unix.c (hardwire_send_break) [HAVE_SGTTY]: Use select not usleep.Jim Kingdon1993-08-081-4/+14
* * ser-unix.c (gdb_setpgid): Pass our pid, not 0, to setpgid.Jim Kingdon1993-07-291-1/+4
* * serial.h, ser-{unix,go32,tcp}.c: Add flush_input and send_break.Jim Kingdon1993-07-281-0/+42
* * config/sparc/xm-sun4os4.h: Define MEM_FNS_DECLARED and includeJim Kingdon1993-07-271-6/+2
* * ser-unix.c: Don't try to use job control with termio.Jim Kingdon1993-07-191-21/+22
* * ser-unix.c (hardwire_noflush_set_tty_state): Use an assignment,Jim Kingdon1993-07-021-2/+3
* * ser-unix.c (hardwire_print_tty_state) [HAVE_TERMIOS]: Don'tJim Kingdon1993-07-011-4/+11
* * inftarg.c: Remove unused include of terminal.h.Jim Kingdon1993-06-301-8/+258
* * ser-unix.c: Move #include of <sys/time.h> to HAVE_SGTTY section.Jim Kingdon1993-06-271-1/+4
* * remote.c: Add arg names to prototypes, in a modest effort atStu Grossman1993-06-261-12/+17
* * Makefile.in: Add new file ser-tcp.c.Stu Grossman1993-05-291-98/+129
* * ser-unix.c (wait_for): Use VTIME to do timeouts instead ofStu Grossman1993-05-061-16/+46
* * ser-unix.c (wait_for): New routine to handle read timeouts,Stu Grossman1993-05-041-97/+63
* * defs.h (UINT_MAX, LONG_MAX, INT_MAX, INT_MIN): Replace hexFred Fish1993-05-021-1/+1
* * ser-unix.c [USE_{TERMIO,ALARM}_TIMEOUT]: New code to deal withJim Kingdon1993-04-301-17/+96
* * remote.c (remote_open): Use SERIAL_OPEN instead of serial_open.Stu Grossman1993-04-091-19/+12
* * Makefile.in (SFILES OBS): Add serial.[co] & ser-hardwire.[co].Stu Grossman1993-04-061-0/+324