summaryrefslogtreecommitdiff
path: root/sys/ddb/db_run.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/ddb/db_run.c')
-rw-r--r--sys/ddb/db_run.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/ddb/db_run.c b/sys/ddb/db_run.c
index e89ce68fdf3..1d8a78593c8 100644
--- a/sys/ddb/db_run.c
+++ b/sys/ddb/db_run.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: db_run.c,v 1.15 2001/11/06 19:53:18 miod Exp $ */
+/* $OpenBSD: db_run.c,v 1.16 2003/02/12 14:41:07 jason Exp $ */
/* $NetBSD: db_run.c,v 1.8 1996/02/05 01:57:12 christos Exp $ */
/*
@@ -49,6 +49,10 @@ db_breakpoint_t db_not_taken_bkpt = 0;
db_breakpoint_t db_taken_bkpt = 0;
#endif
+int db_inst_count;
+int db_load_count;
+int db_store_count;
+
#ifndef KGDB
#include <ddb/db_lex.h>