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, 0 insertions, 7 deletions
diff --git a/src/sim/debug.hh b/src/sim/debug.hh
index 8587325e1..9bfa8981a 100644
--- a/src/sim/debug.hh
+++ b/src/sim/debug.hh
@@ -51,13 +51,6 @@ void schedBreak(Tick when);
*/
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
- */
-void breakAtKernelFunction(const char* funcName);
-
/** Cause the simulator to return to python to create a checkpoint
* @param when the cycle to break
*/