summaryrefslogtreecommitdiff
path: root/ddb/db_cond.h
diff options
context:
space:
mode:
Diffstat (limited to 'ddb/db_cond.h')
-rw-r--r--ddb/db_cond.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/ddb/db_cond.h b/ddb/db_cond.h
index 6b9c3a5b..c867c6ee 100644
--- a/ddb/db_cond.h
+++ b/ddb/db_cond.h
@@ -30,6 +30,10 @@ extern boolean_t db_cond_check (db_thread_breakpoint_t bkpt);
extern void db_cond_print (db_thread_breakpoint_t bkpt);
-extern void db_cond_cmd (void);
+extern void db_cond_cmd (
+ db_expr_t addr,
+ boolean_t have_addr,
+ db_expr_t count,
+ const char * modif);
#endif /* _DDB_DB_COND_H_ */