arm: Make EL checks available in SE mode
[gem5.git] / src / sim / debug.hh
index 0d324698dab3a95e7ac2030ad6086f78f8daad92..8587325e10cad6b42b5887700a1f6dfe701b9229 100644 (file)
  */
 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