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
This commit is contained in:
@@ -133,6 +133,7 @@ base_sources = Split('''
|
||||
python/swig/debug_wrap.cc
|
||||
python/swig/main_wrap.cc
|
||||
python/swig/event_wrap.cc
|
||||
python/swig/trace_wrap.cc
|
||||
python/swig/pyevent.cc
|
||||
|
||||
sim/builder.cc
|
||||
@@ -149,7 +150,7 @@ base_sources = Split('''
|
||||
sim/stat_context.cc
|
||||
sim/stat_control.cc
|
||||
sim/system.cc
|
||||
sim/trace_context.cc
|
||||
sim/trace_control.cc
|
||||
''')
|
||||
|
||||
trace_reader_sources = Split('''
|
||||
|
||||
Reference in New Issue
Block a user