summaryrefslogtreecommitdiff
path: root/ddb/db_run.c
diff options
context:
space:
mode:
Diffstat (limited to 'ddb/db_run.c')
-rw-r--r--ddb/db_run.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/ddb/db_run.c b/ddb/db_run.c
index f528b39..acd5586 100644
--- a/ddb/db_run.c
+++ b/ddb/db_run.c
@@ -59,17 +59,6 @@ int db_last_inst_count;
int db_load_count;
int db_store_count;
-#ifndef db_set_single_step
-void db_set_task_single_step(/* db_regs_t *, task_t */);/* forward */
-#else
-#define db_set_task_single_step(regs,task) db_set_single_step(regs)
-#endif
-#ifndef db_clear_single_step
-void db_clear_task_single_step(/* db_regs_t *, task_t */);
-#else
-#define db_clear_task_single_step(regs,task) db_clear_single_step(regs)
-#endif
-
boolean_t
db_stop_at_pc(is_breakpoint, task)
boolean_t *is_breakpoint;