binutils-gdb/gdb/rdi-share
Keith Seitz 69da960729 Merge with armelf980813:
* rdi-share/unixcomm.c: If using cygwin32, also use the SERPORT and
        PARPORT defines for win32.
        (Unix_MatchValidSerialDevice): For cygwin32, valid serial port names
        start with "com", not "/dev/tty".
        (Unix_OpenSerial): Do not use O_NONBLOCK on cygwin32.

        * rdi-share/devsw.c (DevSW_Close): Free the device's state (SwitcherState)
        so that the device may be reopened.

        * remote-rdi.c (mywritec): Send all output through gdb's *_unfiltered
        functions, ignoring non-ASCII chars, so that non-tty UI's can snarf
        the output from fputs_hook.
        (mywrite): Ditto.
        (arm_rdi_open): Set inferior_pid.
        (arm_rdi_detach): Pop the target off the target stack so that
        users can attach and detach multiple times.
        (arm_rdi_close): Close the opened device and reset inferior_pid, too.
1998-09-25 19:04:46 +00:00
..
.Sanitize Mon Mar 30 16:42:12 1998 Jason Molenda (crash@bugshack.cygnus.com) 1998-03-31 00:46:48 +00:00
Makefile.am 1998-08-20 Jason Molenda (jsm@bugshack.cygnus.com) 1998-08-20 20:11:18 +00:00
Makefile.in 1998-08-20 Jason Molenda (jsm@bugshack.cygnus.com) 1998-08-20 20:11:18 +00:00
README.CYGNUS
aclocal.m4 Mon Mar 30 16:42:12 1998 Jason Molenda (crash@bugshack.cygnus.com) 1998-03-31 00:46:48 +00:00
adp.h
adperr.h
angel.h
ardi.c
ardi.h
armdbg.h
buffers.h
bytesex.c
bytesex.h
chandefs.h
channels.h
chanpriv.h
configure Mon Mar 30 16:42:12 1998 Jason Molenda (crash@bugshack.cygnus.com) 1998-03-31 00:46:48 +00:00
configure.in Mon Mar 30 16:42:12 1998 Jason Molenda (crash@bugshack.cygnus.com) 1998-03-31 00:46:48 +00:00
crc.c
crc.h
dbg_conf.h
dbg_cp.h
dbg_hif.h Mon Mar 30 16:42:12 1998 Jason Molenda (crash@bugshack.cygnus.com) 1998-03-31 00:46:48 +00:00
dbg_rdi.h
devclnt.h
devices.h
devsw.c Merge with armelf980813: 1998-09-25 19:04:46 +00:00
devsw.h
drivers.c
drivers.h
endian.h
etherdrv.c Thu Apr 16 13:13:24 1998 Jason Molenda (crash@bugshack.cygnus.com) 1998-04-16 20:14:51 +00:00
ethernet.h
host.h
hostchan.c Mon Mar 30 16:42:12 1998 Jason Molenda (crash@bugshack.cygnus.com) 1998-03-31 00:46:48 +00:00
hostchan.h
hsys.c
hsys.h
logging.c
logging.h
msgbuild.c
msgbuild.h
params.c
params.h
rx.c
rxtx.h
serdrv.c
serpardr.c
sys.h
tx.c
unixcomm.c Merge with armelf980813: 1998-09-25 19:04:46 +00:00
unixcomm.h

README.CYGNUS

This is a version of ARM's RDI library which has been been put under a
free software license.

See ARM's Software Development Tools Reference Manual (Remote
Debugging chapter), and the file gdb/remote-rdi.c for information
about how to use it.