gem5/sim
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
..
async.hh Import changeset 2003-10-07 10:41:54 -04:00
builder.cc Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
builder.hh Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
debug.cc Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
debug.hh Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
eventq.cc a little bit more info when dumping the event queue. 2004-07-23 00:15:52 -04:00
eventq.hh Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
host.hh Fix byteswap on LP64 (amd64) 2004-07-02 16:40:23 -04:00
main.cc pull from head before pushing linux tree 2004-06-22 13:48:49 -04:00
param.cc Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
param.hh Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
process.cc Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
process.hh Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
serialize.cc Don't serialize the absolute path so we can move checkpoints around. 2004-06-28 15:54:05 -04:00
serialize.hh Don't serialize the absolute path so we can move checkpoints around. 2004-06-28 15:54:05 -04:00
sim_events.cc Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
sim_events.hh Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
sim_exit.hh Move the m5 pseudo instructions into their own file 2003-11-02 20:43:39 -05:00
sim_object.cc Move all of the object matching code to a shared file so it can 2004-07-30 10:47:53 -04:00
sim_object.hh Move all of the object matching code to a shared file so it can 2004-07-30 10:47:53 -04:00
stat_control.cc sim ticks should be the number of elapsed ticks, not curTick 2004-07-23 00:24:24 -04:00
stat_control.hh Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
stats.hh Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
syscall_emul.cc Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
syscall_emul.hh Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
system.cc Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
system.hh implement the readfile pseudo instruction that will read 2004-07-01 18:03:05 -04:00
universe.cc Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00