tracing: panic() if people try to use tracing, but TRACING_ON is not set.
authorNathan Binkert <nate@binkert.org>
Mon, 19 Jan 2009 17:59:13 +0000 (09:59 -0800)
committerNathan Binkert <nate@binkert.org>
Mon, 19 Jan 2009 17:59:13 +0000 (09:59 -0800)
commit0876c822dd25e57e8811ceb31f67a3536c9855b0
tree66cd21f818009713162423c8ad1805cb430f9b30
parentf15f252d4e45f74a3b6e5ef0a7afacc656480792
tracing: panic() if people try to use tracing, but TRACING_ON is not set.
Also clean things up so that help strings can more easily be added.
Move the help function into trace.py
src/SConscript
src/python/SConscript
src/python/m5/main.py
src/python/m5/trace.py [new file with mode: 0644]