This is the mail archive of the gdb-cvs@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

src/gdb ChangeLog remote-rdi.c rdi-share/ardi. ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	fnasser@sourceware.cygnus.com	2000-10-12 15:56:31

Modified files:
	gdb            : ChangeLog remote-rdi.c 
	gdb/rdi-share  : ardi.c ardi.h 

Log message:
	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().

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.705&r2=1.706
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/remote-rdi.c.diff?cvsroot=src&r1=1.8&r2=1.9
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/rdi-share/ardi.c.diff?cvsroot=src&r1=1.1.1.4&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/rdi-share/ardi.h.diff?cvsroot=src&r1=1.1.1.1&r2=1.2


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]