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/gdbtk/library ChangeLog interface.tcl


CVSROOT:	/cvs/src
Module name:	src
Changes by:	fnasser@sourceware.cygnus.com	2000-10-23 14:39:28

Modified files:
	gdb/gdbtk/library: ChangeLog interface.tcl 

Log message:
	2000-10-13  Fernando Nasser  <fnasser@cygnus.com>
	
	With Steven Johnson <sbjohnson@ozemail.com.au>
	This change fixes part of the possible scenarios where a race condition
	would cause core dumps if there were commands changing registers or
	other target resources in a startup script.
	The remaining scenarios are fixed by a patch to generic.gdbtk.c
	* interface.tcl (gdbtk_update_safe): New function. Like gdbtk_update
	but does nothing if target is running.
	(gdbtk_register_changed): Call the above safe version.
	(gdbtk_memory_changed): Likewise.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/gdbtk/library/ChangeLog.diff?cvsroot=src&r1=1.34&r2=1.35
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/gdbtk/library/interface.tcl.diff?cvsroot=src&r1=1.4&r2=1.5


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