From eddac53ff60c579eff28134bde84783fe36d6214 Mon Sep 17 00:00:00 2001 From: Nathan Binkert Date: Fri, 15 Apr 2011 10:44:32 -0700 Subject: trace: reimplement the DTRACE function so it doesn't use a vector At the same time, rename the trace flags to debug flags since they have broader usage than simply tracing. This means that --trace-flags is now --debug-flags and --trace-help is now --debug-help --- src/kern/tru64/tru64_events.cc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/kern/tru64/tru64_events.cc') diff --git a/src/kern/tru64/tru64_events.cc b/src/kern/tru64/tru64_events.cc index 7b8cf0db9..216f81b86 100644 --- a/src/kern/tru64/tru64_events.cc +++ b/src/kern/tru64/tru64_events.cc @@ -34,6 +34,9 @@ #include "config/the_isa.hh" #include "cpu/base.hh" #include "cpu/thread_context.hh" +#include "debug/BADADDR.hh" +#include "debug/DebugPrintf.hh" +#include "debug/Printf.hh" #include "kern/tru64/dump_mbuf.hh" #include "kern/tru64/printf.hh" #include "kern/tru64/tru64_events.hh" -- cgit v1.2.3