This is the mail archive of the
gdb-cvs@sourceware.org
mailing list for the GDB project.
src/gdb ChangeLog ravenscar-thread.c
- From: brobecke at sourceware dot org
- To: gdb-cvs at sourceware dot org
- Date: 15 Dec 2012 14:27:13 -0000
- Subject: 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