summaryrefslogtreecommitdiffstats
path: root/debugger.h
diff options
context:
space:
mode:
Diffstat (limited to 'debugger.h')
-rw-r--r--debugger.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/debugger.h b/debugger.h
index cea3bba..f14459f 100644
--- a/debugger.h
+++ b/debugger.h
@@ -11,6 +11,7 @@ struct breakpoint {
unsigned long address;
unsigned long text;
int installed;
+ int previously_installed;
int hits;
int user;