src/gdb ChangeLog inferior.h infrun.c target.c

palves@sourceware.org palves@sourceware.org
Wed Feb 24 20:49:00 GMT 2010


CVSROOT:	/cvs/src
Module name:	src
Changes by:	palves@sourceware.org	2010-02-24 20:49:52

Modified files:
	gdb            : ChangeLog inferior.h infrun.c target.c 

Log message:
	PR gdb/11321
	
	* inferior.h (prepare_for_detach): Declare.
	(struct inferior) <detaching>: New field.
	* infrun.c (prepare_for_detach): New.
	(handle_inferior_event) <random signal>: Don't stop if detaching.
	* target.c (target_detach): Call prepare_for_detach.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.11394&r2=1.11395
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/inferior.h.diff?cvsroot=src&r1=1.141&r2=1.142
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/infrun.c.diff?cvsroot=src&r1=1.432&r2=1.433
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/target.c.diff?cvsroot=src&r1=1.239&r2=1.240



More information about the Gdb-cvs mailing list