debug: Move debug_break into src/base

This commit is contained in:
Nathan Binkert
2009-02-23 11:48:40 -08:00
parent e8c1c3e72e
commit 3fa9812e1d
10 changed files with 91 additions and 22 deletions

View File

@@ -34,12 +34,12 @@
#include <string>
#include <utility>
#include "base/debug.hh"
#include "base/trace.hh"
#include "config/full_system.hh"
#include "cpu/base.hh"
#include "cpu/thread_context.hh"
#include "cpu/pc_event.hh"
#include "sim/debug.hh"
#include "sim/core.hh"
#include "sim/system.hh"