summaryrefslogtreecommitdiff
path: root/src/sim/debug.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/sim/debug.hh')
-rw-r--r--src/sim/debug.hh7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/sim/debug.hh b/src/sim/debug.hh
index 0d324698d..8587325e1 100644
--- a/src/sim/debug.hh
+++ b/src/sim/debug.hh
@@ -45,6 +45,13 @@
void schedBreak(Tick when);
/**
+ * Cause the simulator to execute a breakpoint
+ * relative to the current tick.
+ * @param delta the number of ticks to execute until breaking
+ */
+void schedRelBreak(Tick delta);
+
+/**
* Cause the simulator to execute a breakpoint when
* the given kernel function is reached
* @param funcName the name of the kernel function at which to break