base: Transition CP annotate to use shared_ptr
[gem5.git] / src / sim / debug.hh
index bc1bb1e62d5f3cb0623f3bc580e02cd3dcea226d..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
@@ -53,8 +53,6 @@ void takeCheckpoint(Tick when);
  */
 void eventqDump();
 
-void py_interact();
-
 int getRemoteGDBPort();
 // Remote gdb base port.  0 disables remote gdb.
 void setRemoteGDBPort(int port);