gem5/base/stats
Nathan Binkert 3711ea7347 Move all of the object matching code to a shared file so it can
be more easily re-used.  This currently uses some cooked up matching
function that I wrote a while ago, but should probably be changed
to use regular expressions in the future.
add doDebugBreak to control breakpoints on a per SimObject basis

SConscript:
    add match
base/stats/events.cc:
base/trace.cc:
    Move the object matching code into a separate file so it can be
    more easily shared
base/trace.hh:
    the object matching code was wrapped up and moved.  adapt.
sim/sim_object.cc:
    add the doDebugBreak flag that can be set on a per-SimObject
    basis.  This will be used in the future to control whether or
    not debug_break() will actually break for a given object.

    provide a function interface that can be called from the debugger.
sim/sim_object.hh:
    add the doDebugBreak flag that can be set on a per-SimObject
    basis.  This will be used in the future to control whether or
    not debug_break() will actually break for a given object.

--HG--
extra : convert_revision : 6bf7924de63d41f5ba6b80d579efdf26ba265a8f
2004-07-30 10:47:53 -04:00
..
events.cc Move all of the object matching code to a shared file so it can 2004-07-30 10:47:53 -04:00
events.hh fix up the recordEvent stuff to support ignoring events 2004-06-28 16:49:35 -04:00
flags.hh rename namespace Statistics to Stats 2004-05-21 13:39:20 -04:00
mysql.cc Stats database fixes to avoid naming conflicts in the database 2004-07-22 23:59:12 -04:00
mysql.hh Stats database fixes to avoid naming conflicts in the database 2004-07-22 23:59:12 -04:00
mysql_run.hh add support to add a string to indicate a particular sample of a run 2004-06-28 15:53:06 -04:00
output.hh Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
statdb.cc more initial checking of stats 2004-07-22 21:31:35 -04:00
statdb.hh Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
text.cc Merge saidi@zizzer.eecs.umich.edu:/bk/linux 2004-06-21 01:04:48 -04:00
text.hh Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
types.hh Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
visit.cc Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
visit.hh Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00