ruby: move stall and wakeup functions to AbstractController
[gem5.git] / src / cpu / nativetrace.cc
index 47c58434f3c8e08ddc65aef395d40f07f719d369..1f51322886ff95ea4a33982725bf3e30304e2f72 100644 (file)
@@ -31,6 +31,7 @@
 #include "base/socket.hh"
 #include "cpu/nativetrace.hh"
 #include "cpu/static_inst.hh"
+#include "debug/GDBMisc.hh"
 #include "params/NativeTrace.hh"
 
 using namespace std;
@@ -38,7 +39,7 @@ using namespace std;
 namespace Trace {
 
 NativeTrace::NativeTrace(const Params *p)
-    : InstTracer(p)
+    : ExeTracer(p)
 {
     if (ListenSocket::allDisabled())
         fatal("All listeners are disabled!");
@@ -62,4 +63,4 @@ Trace::NativeTraceRecord::dump()
         parent->check(this);
 }
 
-} /* namespace Trace */
+} // namespace Trace