This is the mail archive of the gdb-cvs@sourceware.org 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]
Other format: [Raw text]

src/gdb ChangeLog inf-child.c inf-ptrace.c inf ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	brobecke@sourceware.org	2010-12-28 11:40:27

Modified files:
	gdb            : ChangeLog inf-child.c inf-ptrace.c inf-ttrace.c 
	                 target.c target.h 

Log message:
	remove target_acknowledge_created_inferior
	
	This target_ops routine appears to be unused in practice, so this patch
	removes it.
	
	gdb/ChangeLog:
	
	* inf-child.c (inf_child_acknowledge_created_inferior): Delete.
	(inf_child_target): Do not set t->to_acknowledge_created_inferior.
	* inf-ptrace.c (inf_ptrace_create_inferior): Remove call to
	target_acknowledge_created_inferior.
	* inf-ttrace.c (inf_ttrace_him): Likewise.
	* target.h (struct target_ops): Delete to_acknowledge_created_inferior
	field.
	(target_acknowledge_created_inferior): Delete.
	* target.c (update_current_target): Remove setting of
	to_acknowledge_created_inferior field. Do default value for that
	field either.
	(debug_to_acknowledge_created_inferior): Delete.
	(setup_target_debug): Remove setting of
	current_target.to_acknowledge_created_inferior.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.12405&r2=1.12406
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/inf-child.c.diff?cvsroot=src&r1=1.24&r2=1.25
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/inf-ptrace.c.diff?cvsroot=src&r1=1.72&r2=1.73
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/inf-ttrace.c.diff?cvsroot=src&r1=1.54&r2=1.55
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/target.c.diff?cvsroot=src&r1=1.263&r2=1.264
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/target.h.diff?cvsroot=src&r1=1.188&r2=1.189


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