binutils-gdb/gdb/rdi-share
Fernando Nasser e9110f4f31 2000-10-11 Fernando Nasser <fnasser@totem.to.cygnus.com>
From Grant Edwards <grante@visi.com>
        This keeps the GUI alive while running an RDI target and lets the
        STOP button be used to stop the target.
        * remote-rdi.c (arm_rdi_stop): New function.  Implements target_stop.
        (init_rdi_ops): Set to_stop target vector entry to the above.
        * rdi-share/ardi.c (stop_request): New variable.  Tells when a stop
        has been requested.
        (angel_RDI_stop_request): New function. Registers that a stop has
        been requested.
        (angel_RDI_ExecuteOrStep): Add call to ui_loop_hook() in loop that
        waits while target is executing.  Initialize and reset stop_request.
        * rdi-share/ardi.h: Add declaration of angel_RDI_stop_request().
2000-10-12 22:56:31 +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
aclocal.m4
adp.h
adperr.h
angel.h
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 2000-10-11 Fernando Nasser <fnasser@totem.to.cygnus.com> 2000-10-12 22:56:31 +00:00
ardi.h 2000-10-11 Fernando Nasser <fnasser@totem.to.cygnus.com> 2000-10-12 22:56:31 +00:00
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 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
drivers.h
etherdrv.c import gdb-2000-01-05 snapshot 2000-01-06 03:07:20 +00:00
ethernet.h
host.h
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
logging.c
logging.h
msgbuild.c import gdb-1999-11-01 snapshot 1999-11-02 04:44:47 +00:00
msgbuild.h
params.c import gdb-1999-11-01 snapshot 1999-11-02 04:44:47 +00:00
params.h
rx.c import gdb-1999-11-01 snapshot 1999-11-02 04:44:47 +00:00
rxtx.h
serdrv.c import gdb-2000-01-17 snapshot 2000-01-18 00:55:13 +00:00
serpardr.c
sys.h
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

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.