PR 15068
authorFred Fish <fnf@specifix.com>
Fri, 6 Mar 1998 20:38:45 +0000 (20:38 +0000)
committerFred Fish <fnf@specifix.com>
Fri, 6 Mar 1998 20:38:45 +0000 (20:38 +0000)
commit3ffbdf15324b373b8a941dc58e421d1420b80ffc
treef0d22634fc0a49fcefa896ac1cc2a44742917dbe
parentd030671bfc3affe14cd56137f4f343290942fbb7
PR 15068
* utils.c (quit): Call SERIAL_DRAIN_OUTPUT rather than
  SERIAL_FLUSH_OUTPUT.
* serial.h (struct serial_ops): Add drain_output, pointer to
  function that waits for output to drain.
(SERIAL_DRAIN_OUTPUT): Macro to wait for output to drain.
* ser-unix.c (hardwire_drain_output): New function and prototype.

* ser-unix.c (hardwire_ops): Add entry for drain_output function.
* ser-tcp.c (tcp_ops): Ditto.
* ser-ocd.c (ocd_ops): Ditto.
* ser-mac.c (mac_ops): Ditto.
* ser-go32.c (dos_ops): Ditto.
* ser-e7kpc.c (e7000pc_ops): Ditto.
gdb/ChangeLog
gdb/ser-e7kpc.c
gdb/ser-go32.c
gdb/ser-mac.c
gdb/ser-ocd.c
gdb/ser-tcp.c
gdb/ser-unix.c
gdb/serial.h
This page took 0.025937 seconds and 4 git commands to generate.