Lines Matching refs:ser

285 	* ser-go32.c: Lint. (strncasecmp): Removed, now in libiberty.
322 * ser-unix.c (set_tty_state): set the rest of the terminal state
369 * config/mips/irix4.mh: Enable ser-tcp.o.
1209 procfs.c, remote-udi.c, ser-go32.c, ultra3-xdep.c, sh-tdep.c,
1638 * inflow.c, ser-unix.c, ser-go32.c, ser-tcp.c, serial.h,
2444 * ser-tcp.c (tcp_restore): comment out declaration. Appears
2446 * ser-unix.c (hardwire_restore): comment out declaration. Appears
3026 * ser-unix.c (get_tty_state): if a descriptor is not a tty, then
3109 * ser-unix.c (hardwire_send_break) [HAVE_SGTTY]: Use select not usleep.
3141 * ser-go32.c: Define job_control variable.
3417 * ser-unix.c (gdb_setpgid): Pass our pid, not 0, to setpgid.
3448 * serial.h, ser-{unix,go32,tcp}.c: Add flush_input and send_break.
3466 * ser-unix.c (set_tty_state): Don't ignore errors setting process
3629 * ser-unix.c: Don't try to use job control with termio.
4006 * ser-unix.c (hardwire_noflush_set_tty_state): Use an assignment,
4023 * ser-unix.c (hardwire_print_tty_state) [HAVE_TERMIOS]: Don't
4038 * serial.h, ser-unix.c, ser-go32.c: Provide gdb_setpgid.
4044 * serial.h, ser-unix.c, ser-go32.c, ser-tcp.c: Add SERIAL_FLUSH_OUTPUT.
4048 * ser-unix.c: Add process group to ttystate.
4054 * ser-unix.c: Use TIOCSETN not TIOCSETP so it is true.
4055 * serial.h, ser-unix.c, ser-go32.c, ser-tcp.c:
4147 * ser-unix.c: Move #include of <sys/time.h> to HAVE_SGTTY section.
4185 * ser-go32.c (strncasecmp): Make str1 & str2 be const.
4187 * ser-tcp.c (tcp_open): Terminate hostname properly to prevent
4191 * ser-unix.c (wait_for): Restart select() if we got EINTR.
4794 * ser-go32.c: Clean up lots of compilation nits.
4808 * Makefile.in: Remove ser-tcp.[co]. (Use XDEPFILES instead.)
4809 * alldeps.mak, depend: Rebuild to account for ser-tcp.
4810 * config/sparc/sun4os4.mh: Add ser-tcp to XDEPFILES.
4857 * Makefile.in (SER_HARDWIRE): Temporarily comment out ser-tcp.o.
4879 * Makefile.in: Add new file ser-tcp.c.
4885 * ser-go32.c: Prototype it to death. Update serial_ops and add
4887 * ser-tcp.c: New module to implement serial I/O via TCP
4889 * ser-unix.c: Clean up getting/setting of tty state. Get rid of
5001 Remove all references to ser-hardwire.{c,o}.
5283 * ser-unix.c (wait_for): Use VTIME to do timeouts instead of
5358 * ser-unix.c (wait_for): New routine to handle read timeouts,
5367 * Makefile.in (SFILES): Remove ser-hardwire.c; it is a link made
5379 * ser-unix.c (termio.h): Include <termio.h> like other files that
5431 * ser-unix.c [USE_{TERMIO,ALARM}_TIMEOUT]: New code to deal with
5443 * Makefile.in (SFILES): Add ser-unix.c and ser-go32.c.
5866 * ser-go32.c: Return -1 on most failures, 0 on most successes,
5868 * ser-unix.c: Ditto. Also, move error handling up to caller for
5941 * ser-go32.c: Make it use serial port name.
5984 * ser-go32.c: Format. (go32_open): Use proper return value.
6027 * ser-go32.c: First cut at adapting to new serial interface.
6031 * Makefile.in (SFILES OBS): Add serial.[co] & ser-hardwire.[co].
6034 * configure.in: Link ser-hardwire.c to ser-unix.c for all hosts,
6035 EXCEPT go32, which gets ser-go32.c.
6038 * ser-bsd.c, ser-termios.c: Removed.
6041 * ser-unix.c: New. Unix specific serial operations for various
6046 ser-bsd.o from XDEPFILES. All the magic is now handled in
7485 * serial.h, ser-go32.c: now compiles, but "the obvious problems of