From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3131 invoked by alias); 14 Mar 2002 00:16:33 -0000 Mailing-List: contact sid-cvs-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: sid-cvs-owner@sources.redhat.com Received: (qmail 3056 invoked by uid 424); 14 Mar 2002 00:16:29 -0000 Date: Wed, 13 Mar 2002 16:16:00 -0000 Message-ID: <20020314001629.3055.qmail@sources.redhat.com> From: bje@sources.redhat.com To: sid-cvs@sources.redhat.com Subject: src/sid component/cgen-cpu/ChangeLog include/C ... X-SW-Source: 2002-q1/txt/msg00052.txt.bz2 List-Id: CVSROOT: /cvs/src Module name: src Changes by: bje@sources.redhat.com 2002-03-13 16:16:29 Modified files: sid/component/cgen-cpu: ChangeLog sid/include : ChangeLog sidcpuutil.h sid/component/cgen-cpu/common-xml: behavior.xml interface.xml Log message: * add "trace-filename" attribute to cgen-cpu components. [include/ChangeLog] 2002-03-14 Ben Elliston * sidcpuutil.h (class basic_cpu): Add trace_filename member and a new cpu_trace_stream inner class, derived from an ofstream. (basic_cpu::trace_stream): Use a cpu_trace_stream. (basic_cpu::update_trace_destination): New method. (basic_cpu ctor): Initialise trace_stream and trace_filename. Add attribute "trace-filename" that notifies update_trace_destination. (operator <<): Add global function for cpu_trace_stream insertion. [component/cgen-cpu/ChangeLog] 2002-03-14 Ben Elliston * common-xml/behavior.xml (tracing): New behavior section. * common-xml/interface.xml (trace-filename): New attribute. (trace-extract?): Associate with "tracing" behavior. (trace-result?): Likewise. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/ChangeLog.diff?cvsroot=src&r1=1.26&r2=1.27 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/include/ChangeLog.diff?cvsroot=src&r1=1.35&r2=1.36 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/include/sidcpuutil.h.diff?cvsroot=src&r1=1.17&r2=1.18 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/common-xml/behavior.xml.diff?cvsroot=src&r1=1.1&r2=1.2 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/common-xml/interface.xml.diff?cvsroot=src&r1=1.1&r2=1.2