diff options
author | Nathan Binkert <binkertn@umich.edu> | 2007-02-09 14:39:56 -0800 |
---|---|---|
committer | Nathan Binkert <binkertn@umich.edu> | 2007-02-09 14:39:56 -0800 |
commit | a24ccc1ef21a5b6bb74f2ef1358a99cffc72c434 (patch) | |
tree | 8c941c0f287ba5ad633033cf900b937bbed541cf /src/python/SConscript | |
parent | 27c2138882ac54b1ba51583d9fd52ca2303e8fc8 (diff) | |
download | gem5-a24ccc1ef21a5b6bb74f2ef1358a99cffc72c434.tar.xz |
Get rid of the Trace ParamContext and give python direct
access to enabling/disabling tracing. Command line is
unchanged except for the removal of --trace-cycle since
it's not so clear what that means.
--HG--
extra : convert_revision : c0164d92d3615d76d0c6acaabaafd92a9278212a
Diffstat (limited to 'src/python/SConscript')
-rw-r--r-- | src/python/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/python/SConscript b/src/python/SConscript index df1464809..a8104e8cc 100644 --- a/src/python/SConscript +++ b/src/python/SConscript @@ -108,6 +108,7 @@ def swig_it(basename): swig_it('main') swig_it('debug') swig_it('event') +swig_it('trace') # Action function to build the zip archive. Uses the PyZipFile module # included in the standard Python library. |