public inbox for sid-cvs@sourceware.org
help / color / mirror / Atom feed
* src/sid/include ChangeLog sidattrutil.h sidcpu ...
@ 2008-06-17 18:11 brolley
  0 siblings, 0 replies; 3+ messages in thread
From: brolley @ 2008-06-17 18:11 UTC (permalink / raw)
  To: sid-cvs

CVSROOT:	/cvs/src
Module name:	src
Changes by:	brolley@sourceware.org	2008-06-17 18:11:01

Modified files:
	sid/include    : ChangeLog sidattrutil.h sidcpuutil.h 
	                 sidmiscutil.h 

Log message:
	2008-06-17  Dave Brolley  <brolley@redhat.com>
	
	* sidmiscutil.h (change_log): New utility class.
	* sidcpuutil.h (basic_cpu): Now inherits from reversible_component.
	(step_pin_handler): Parameter now named 'tick'. Save the current
	tick. Handle exec_direction == "backward". Initialize change logging,
	if reversible. Finish change logging, if reversible.
	(step_backward): New method of basic_cpu.
	(reset_pin_handler): Terminte the current change log, if any.
	Set exec_direction to "forward".
	(change_log,change_log_begin,change_log_end,change_log_boundaries)
	(change_string,exec_direction,sim_sched,current_tick,last_tick): New
	members of basic_cpu.
	(init_change_logging,finish_change_logging,log_change)
	(restore_state_to_time): New virtual methods of basic_cpu.
	(basic_cpu): Initialize change_log, change_log_begin,
	change_log_end, change_log_boundaries, last_tick, exec_direction,
	and sim_sched. Add the exec-direction and sim-sched attributes.
	* sidattrutil.h (reversible_component): New mix-in class.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/include/ChangeLog.diff?cvsroot=src&r1=1.69&r2=1.70
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/include/sidattrutil.h.diff?cvsroot=src&r1=1.10&r2=1.11
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/include/sidcpuutil.h.diff?cvsroot=src&r1=1.40&r2=1.41
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/include/sidmiscutil.h.diff?cvsroot=src&r1=1.9&r2=1.10


^ permalink raw reply	[flat|nested] 3+ messages in thread
* src/sid/include ChangeLog sidattrutil.h sidcpu ...
@ 2006-03-27 20:30 fche
  0 siblings, 0 replies; 3+ messages in thread
From: fche @ 2006-03-27 20:30 UTC (permalink / raw)
  To: sid-cvs

CVSROOT:	/cvs/src
Module name:	src
Changes by:	fche@sourceware.org	2006-03-27 20:30:07

Modified files:
	sid/include    : ChangeLog sidattrutil.h sidcpuutil.h 

Log message:
	2006-03-27  Frank Ch. Eigler  <fche@elastic.org>
	
	* sidcpuutil.h (basic_cpu::{read,write}_watchpoint_memory): Remove
	extra class qualification.
	* sidattrutil.h (configurable_component::nothing): Ditto.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/include/ChangeLog.diff?cvsroot=src&r1=1.61&r2=1.62
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/include/sidattrutil.h.diff?cvsroot=src&r1=1.8&r2=1.9
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/include/sidcpuutil.h.diff?cvsroot=src&r1=1.33&r2=1.34


^ permalink raw reply	[flat|nested] 3+ messages in thread
* src/sid/include ChangeLog sidattrutil.h sidcpu ...
@ 2005-08-19 19:47 brolley
  0 siblings, 0 replies; 3+ messages in thread
From: brolley @ 2005-08-19 19:47 UTC (permalink / raw)
  To: sid-cvs

CVSROOT:	/cvs/src
Module name:	src
Changes by:	brolley@sourceware.org	2005-08-19 19:47:44

Modified files:
	sid/include    : ChangeLog sidattrutil.h sidcpuutil.h 

Log message:
	2005-08-19  Dave Brolley  <brolley@redhat.com>
	
	* Contribute the following changes:
	
	2005-07-13  Dave Brolley  <brolley@redhat.com>
	
	* sidcpuutil.h (num_cycles): New member of basic_cpu.
	(step_pin_handler): Call configure_gprof.
	(cg_profile): Call last_caller and last_callee.
	(cg_profile_jump): Call last_caller and last_callee.
	(configure_gprof): New method of basic_cpu.
	(unconfigure_gprof): New method of basic_cpu.
	(gprof_configured_p,configure_gprof_p,last_caller,last_callee)
	(pprof_spec): New members of basic_cpu.
	(configure): Call configure_gprof.
	(basic_cpu): Initialize gprof_configured_p, configure_gprof_p,
	last_caller and last_callee.
	* sidattrutil.h (configurable_component): Moved here ...
	* sidcomputil.h (configurable_component): ... from here.
	* sidbusutil.h (bus_arbitrator): Inherit from no_relation_component.
	
	2005-06-24  Dave Brolley  <brolley@redhat.com>
	
	* sidattrutil.h (fixed_attribute_map_with_logging_component):
	Initialize buffer_output to false.
	
	2005-06-21  Dave Brolley  <brolley@redhat.com>
	
	* sidcpuutil.h (basic_cpu::configure): Call update_final_insn_count_p
	after processing "final-insn-count".
	
	2005-06-06  Dave Brolley  <brolley@redhat.com>
	
	* sidcpuutil.h (print_final_insn_count_p): New member of basic_cpu.
	(print_insn_summary): Check print_final_insn_count_p.
	(update_final_insn_count_p): New method of basic_cpu.
	(core_probe,main); New members of basic_cpu.
	(basic_cpu::configure): Handle insn-count, verbose, trace-core,
	trace-counter, trace-extract, trace-semantics and final-insn-count.
	(stream_state): Stream print_final_insn_count_p.
	(destream_state): Destream print_final_insn_count_p.
	(basic_cpu): Initialize core_probe and main. Initialize
	print_final_insn_count_p. Add final-insn-count? using
	add_attribute_notify. Add relations core-probe and main.
	* sidcomputil.h (configurable_component::configure_pin_handler): Now
	virtual.
	
	2005-05-29  Dave Brolley  <brolley@redhat.com>
	
	* sidcpuutil.h (basic_cpu): New inherits from configurable_component.
	(cg_jump_pin,cg_return_pin): New members of basic_cpu.
	(cg_profile_jump): New method of basic_cpu.
	(configure): New virtual override on basic_cpu.
	(basic_cpu): Initialize gprof. Add cg-return and cg-jump pins. Add
	gprof relation.
	* sidcomputil.h (configurable_component): New mix-in class for component
	s.
	* sidattrutil.h (sidcomputil.h): #include it.
	(fixed_attribute_map_with_logging_component): Inherit from
	configurable_component.
	(configure): New virtual override in
	fixed_attribute_map_with_logging_component.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/include/ChangeLog.diff?cvsroot=src&r1=1.58&r2=1.59
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/include/sidattrutil.h.diff?cvsroot=src&r1=1.7&r2=1.8
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/include/sidcpuutil.h.diff?cvsroot=src&r1=1.30&r2=1.31


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-06-17 18:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-06-17 18:11 src/sid/include ChangeLog sidattrutil.h sidcpu brolley
  -- strict thread matches above, loose matches on Subject: below --
2006-03-27 20:30 fche
2005-08-19 19:47 brolley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).