diff options
Diffstat (limited to 'sys/ddb/db_run.h')
-rw-r--r-- | sys/ddb/db_run.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/ddb/db_run.h b/sys/ddb/db_run.h index e9fcca75da5..16a31980e01 100644 --- a/sys/ddb/db_run.h +++ b/sys/ddb/db_run.h @@ -1,4 +1,4 @@ -/* $OpenBSD: db_run.h,v 1.8 2003/02/12 14:41:07 jason Exp $ */ +/* $OpenBSD: db_run.h,v 1.9 2007/11/14 17:52:36 miod Exp $ */ /* $NetBSD: db_run.h,v 1.3 1996/02/05 01:57:14 christos Exp $ */ /* @@ -39,6 +39,7 @@ extern int db_inst_count; extern int db_load_count; extern int db_store_count; +extern int db_cmd_loop_done; boolean_t db_stop_at_pc(db_regs_t *, boolean_t *); void db_restart_at_pc(db_regs_t *, boolean_t); |