base: Transition CP annotate to use shared_ptr
[gem5.git] / src / sim / debug.hh
index 0bec5ecf3203f033b7681c3b19b49b810987ebe6..fc9f0f55eeb0fb007c8863b180afa25469f39060 100644 (file)
@@ -40,9 +40,9 @@
 
 
 /** Cause the simulator to execute a breakpoint
- * @param when the cycle to break
+ * @param when the tick to break
  */
-void schedBreakCycle(Tick when);
+void schedBreak(Tick when);
 
 /** Cause the simulator to return to python to create a checkpoint
  * @param when the cycle to break