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 infrun.c target.c target.h


CVSROOT:	/cvs/src
Module name:	src
Changes by:	brobecke@sourceware.org	2010-05-17 05:31:00

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

Log message:
	Add reset_schedlock declaration in target.h.
	
	This patches improves a couple of previous patches:
	- one that introduces reset_schedlock, but failed to add a declarationl;
	- one that was checked in to avoid a compilation failure due to that
	missing declaration.
	It also improves the declaration itself to better conform to our coding
	practices.  Same for the comments.
	
	2010-05-17  Joel Brobecker  <brobecker@adacore.com>
	
	* target.h (reset_schedlock): Add declaration.
	* infrun.c (reset_schedlock): Add missing void in function profile.
	* target.c (target_mourn_inferior): Delete local declaration of
	reset_schedlock.  Style-fix in comment.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.11806&r2=1.11807
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/infrun.c.diff?cvsroot=src&r1=1.439&r2=1.440
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/target.c.diff?cvsroot=src&r1=1.252&r2=1.253
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/target.h.diff?cvsroot=src&r1=1.179&r2=1.180


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