summaryrefslogtreecommitdiff
path: root/src/base/debug.hh
diff options
context:
space:
mode:
authorNathan Binkert <nate@binkert.org>2011-04-15 10:44:15 -0700
committerNathan Binkert <nate@binkert.org>2011-04-15 10:44:15 -0700
commitf946d7bcdb4d0b4327857d319dd4ecdd1c320d62 (patch)
treeac1507e1c495e3a86ea43ea1249121ab1e591715 /src/base/debug.hh
parentbbb1392c088f8c41e7e438380f5b5358c41c178a (diff)
downloadgem5-f946d7bcdb4d0b4327857d319dd4ecdd1c320d62.tar.xz
debug: create a Debug namespace
Diffstat (limited to 'src/base/debug.hh')
-rw-r--r--src/base/debug.hh6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/base/debug.hh b/src/base/debug.hh
index b1577f782..ee7402912 100644
--- a/src/base/debug.hh
+++ b/src/base/debug.hh
@@ -31,6 +31,10 @@
#ifndef __BASE_DEBUG_HH__
#define __BASE_DEBUG_HH__
-void debug_break();
+namespace Debug {
+
+void breakpoint();
+
+} // namespace Debug
#endif // __BASE_DEBUG_HH__