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 ravenscar-thread.c


CVSROOT:	/cvs/src
Module name:	src
Changes by:	brobecke@sourceware.org	2012-12-15 14:27:13

Modified files:
	gdb            : ChangeLog ravenscar-thread.c 

Log message:
	minor ravenscar-thread cleanup
	
	The use of the ravenscar_open static global is unnecessary.
	This patch removes it. It also removes some routines that
	were created in association with the management of this global.
	
	gdb/ChangeLog:
	
	* ravenscar-thread.c (ravenscar_is_open): Delete.
	(ravenscar_initialize): Move most of the code from here...
	(ravenscar_inferior_created): ... to there.  Invert logic.
	(ravenscar_close): Delete.
	(init_ravenscar_thread_ops): Remove setting of
	ravenscar_ops.to_close.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.14937&r2=1.14938
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ravenscar-thread.c.diff?cvsroot=src&r1=1.13&r2=1.14


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