This is the mail archive of the sid-cvs@sources.redhat.com mailing list for the SID project.


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

src/sid/component/gdb ChangeLog gdb.cxx gdb.h


CVSROOT:	/cvs/src
Module name:	src
Changes by:	brolley@sources.redhat.com	2001-10-17 10:50:14

Modified files:
	sid/component/gdb: ChangeLog gdb.cxx gdb.h 

Log message:
	2001-10-16  Dave Brolley  <brolley@redhat.com>
	
	* gdb.h (target_schedulers_enabled): New vector member of class gdb.
	(host_schedulers_host_time_yielded): Ditto.
	* gdb.cxx (increment_attribute): New function.
	(target_power): Maintain internal vectors to track whether we have
	enabled the target scheduler and asked the host scheduler to yield host
	time. Increment/decrement the appropriate attribute of each scheduler
	instead of setting to 1 or 0.
	(init_handler): Initialize internal vectors representing the state of
	the host and target schedulers.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/gdb/ChangeLog.diff?cvsroot=src&r1=1.8&r2=1.9
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/gdb/gdb.cxx.diff?cvsroot=src&r1=1.7&r2=1.8
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/gdb/gdb.h.diff?cvsroot=src&r1=1.5&r2=1.6


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