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 import gdb-1999-11-01 snapshot 1999-11-02 04:44:47 +00:00
Makefile.in import gdb-1999-11-08 snapshot 1999-11-09 01:23:30 +00:00
README.CYGNUS Initial creation of sourceware repository 1999-04-16 01:35:26 +00:00
aclocal.m4 Initial creation of sourceware repository 1999-04-16 01:35:26 +00:00
adp.h Initial creation of sourceware repository 1999-04-16 01:35:26 +00:00
adperr.h Initial creation of sourceware repository 1999-04-16 01:35:26 +00:00
angel.h Initial creation of sourceware repository 1999-04-16 01:35:26 +00:00
angel_bytesex.c import gdb-1999-11-01 snapshot 1999-11-02 04:44:47 +00:00
angel_bytesex.h import gdb-1999-11-01 snapshot 1999-11-02 04:44:47 +00:00
angel_endian.h import gdb-1999-11-01 snapshot 1999-11-02 04:44:47 +00:00
ardi.c import gdb-2000-01-17 snapshot 2000-01-18 00:55:13 +00:00
ardi.h Initial creation of sourceware repository 1999-04-16 01:35:26 +00:00
armdbg.h Initial creation of sourceware repository 1999-04-16 01:35:26 +00:00
buffers.h Initial creation of sourceware repository 1999-04-16 01:35:26 +00:00
chandefs.h Initial creation of sourceware repository 1999-04-16 01:35:26 +00:00
channels.h Initial creation of sourceware repository 1999-04-16 01:35:26 +00:00
chanpriv.h Initial creation of sourceware repository 1999-04-16 01:35:26 +00:00
configure Initial creation of sourceware repository 1999-04-16 01:35:26 +00:00
configure.in Initial creation of sourceware repository 1999-04-16 01:35:26 +00:00
crc.c Initial creation of sourceware repository 1999-04-16 01:35:26 +00:00
crc.h Initial creation of sourceware repository 1999-04-16 01:35:26 +00:00
dbg_conf.h Initial creation of sourceware repository 1999-04-16 01:35:26 +00:00
dbg_cp.h Initial creation of sourceware repository 1999-04-16 01:35:26 +00:00
dbg_hif.h Initial creation of sourceware repository 1999-04-16 01:35:26 +00:00
dbg_rdi.h Initial creation of sourceware repository 1999-04-16 01:35:26 +00:00
devclnt.h Initial creation of sourceware repository 1999-04-16 01:35:26 +00:00
devices.h Initial creation of sourceware repository 1999-04-16 01:35:26 +00:00
devsw.c import gdb-2000-01-24 snapshot 2000-01-25 02:40:50 +00:00
devsw.h import gdb-2000-01-05 snapshot 2000-01-06 03:07:20 +00:00
drivers.c Initial creation of sourceware repository 1999-04-16 01:35:26 +00:00
drivers.h Initial creation of sourceware repository 1999-04-16 01:35:26 +00:00
etherdrv.c import gdb-2000-01-05 snapshot 2000-01-06 03:07:20 +00:00
ethernet.h Initial creation of sourceware repository 1999-04-16 01:35:26 +00:00
host.h Initial creation of sourceware repository 1999-04-16 01:35:26 +00:00
hostchan.c import gdb-1999-11-01 snapshot 1999-11-02 04:44:47 +00:00
hostchan.h import gdb-1999-11-01 snapshot 1999-11-02 04:44:47 +00:00
hsys.c 2000-02-25 Fernando Nasser <fnasser@cygnus.com> 2000-02-25 16:37:32 +00:00
hsys.h Initial creation of sourceware repository 1999-04-16 01:35:26 +00:00
logging.c Initial creation of sourceware repository 1999-04-16 01:35:26 +00:00
logging.h Initial creation of sourceware repository 1999-04-16 01:35:26 +00:00
msgbuild.c import gdb-1999-11-01 snapshot 1999-11-02 04:44:47 +00:00
msgbuild.h Initial creation of sourceware repository 1999-04-16 01:35:26 +00:00
params.c import gdb-1999-11-01 snapshot 1999-11-02 04:44:47 +00:00
params.h Initial creation of sourceware repository 1999-04-16 01:35:26 +00:00
rx.c import gdb-1999-11-01 snapshot 1999-11-02 04:44:47 +00:00
rxtx.h Initial creation of sourceware repository 1999-04-16 01:35:26 +00:00
serdrv.c import gdb-2000-01-17 snapshot 2000-01-18 00:55:13 +00:00
serpardr.c Initial creation of sourceware repository 1999-04-16 01:35:26 +00:00
sys.h Initial creation of sourceware repository 1999-04-16 01:35:26 +00:00
tx.c import gdb-1999-11-01 snapshot 1999-11-02 04:44:47 +00:00
unixcomm.c 2000-02-25 Fernando Nasser <fnasser@cygnus.com> 2000-02-25 16:37:32 +00:00
unixcomm.h Initial creation of sourceware repository 1999-04-16 01:35:26 +00:00

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.