summaryrefslogtreecommitdiff
path: root/src/sim/debug.hh
diff options
context:
space:
mode:
authorNathan Binkert <nate@binkert.org>2009-02-23 11:48:40 -0800
committerNathan Binkert <nate@binkert.org>2009-02-23 11:48:40 -0800
commit3fa9812e1d572cd06f95cec138b87d590160e4b4 (patch)
tree856377348451d332cc7fcba9c02cf61136270dae /src/sim/debug.hh
parente8c1c3e72eb01409f7ec110eee3b32c07347bf6f (diff)
downloadgem5-3fa9812e1d572cd06f95cec138b87d590160e4b4.tar.xz
debug: Move debug_break into src/base
Diffstat (limited to 'src/sim/debug.hh')
-rw-r--r--src/sim/debug.hh7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/sim/debug.hh b/src/sim/debug.hh
index 937864e69..7dafb8394 100644
--- a/src/sim/debug.hh
+++ b/src/sim/debug.hh
@@ -28,16 +28,15 @@
* Authors: Nathan Binkert
*/
-#ifndef __DEBUG_HH__
-#define __DEBUG_HH__
+#ifndef __SIM_DEBUG_HH__
+#define __SIM_DEBUG_HH__
#include "sim/host.hh"
void schedBreakCycle(Tick when);
-void debug_break();
int getRemoteGDBPort();
// Remote gdb base port. 0 disables remote gdb.
void setRemoteGDBPort(int port);
-#endif // __DEBUG_HH__
+#endif // __SIM_DEBUG_HH__