Default to tracing being disabled in C++, it will be turned

on in python.  Fix the trace start code so it actually starts
when it is suppsed to.  Make the Exec tracing stuff obey the
trace enabled flag.

--HG--
extra : convert_revision : 634ba0b4f52345d4bf40d43e239cef7ef43e7691
This commit is contained in:
Nathan Binkert
2007-02-17 20:32:39 -08:00
parent 18e245ad0b
commit 08f024d3ff
3 changed files with 9 additions and 5 deletions

View File

@@ -47,7 +47,7 @@ using namespace std;
namespace Trace {
const string DefaultName("global");
FlagVec flags(NumFlags, false);
bool enabled = true;
bool enabled = false;
//
// This variable holds the output stream for debug information. Other