diff options
Diffstat (limited to 'debugger.h')
-rw-r--r-- | debugger.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,6 +11,7 @@ struct breakpoint { unsigned long address; unsigned long text; int installed; + int previously_installed; int hits; int user; |