binutils-gdb/gdb/rdi-share
Fernando Nasser 608d5915ac 2000-02-25 Fernando Nasser <fnasser@cygnus.com>
From: Thomas Zenker <thz@Lennartz-electronic.DE>
        * rdi-share/hsys.c: to compile under 4.4BSD derived systems (FreeBSD,
        NetBSD...) sys_errlist should not be declared in hsys.c.
        NEED_SYSERRLIST is set already by configure, so we can use it.
        * rdi-share/unixcomm.c: 4.4BSD derived systems define BSD, but are
        posix compliant and we should not work with the old compatibility
        stuff.  Because of that I undef BSD in case of FBSD etc and include
        sys/ioctl to get the flags.
        * rdi-share/unixcomm.c: If the TIOCEXCL flags exists set serial line
        for exclusive use.
2000-02-25 16:37:32 +00:00
..
Makefile.am
Makefile.in
README.CYGNUS
aclocal.m4
adp.h
adperr.h
angel.h
angel_bytesex.c
angel_bytesex.h
angel_endian.h
ardi.c
ardi.h
armdbg.h
buffers.h
chandefs.h
channels.h
chanpriv.h
configure
configure.in
crc.c
crc.h
dbg_conf.h
dbg_cp.h
dbg_hif.h
dbg_rdi.h
devclnt.h
devices.h
devsw.c
devsw.h
drivers.c
drivers.h
etherdrv.c
ethernet.h
host.h
hostchan.c
hostchan.h
hsys.c 2000-02-25 Fernando Nasser <fnasser@cygnus.com> 2000-02-25 16:37:32 +00:00
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 2000-02-25 Fernando Nasser <fnasser@cygnus.com> 2000-02-25 16:37:32 +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.