summaryrefslogtreecommitdiffstats
path: root/sis.h
diff options
context:
space:
mode:
authorJiri Gaisler <jiri@gaisler.se>2019-11-04 22:57:29 +0100
committerJiri Gaisler <jiri@gaisler.se>2019-11-08 22:33:05 +0100
commit88b545002e553f1e21fab1aff854a3e325976ad3 (patch)
tree45aaddcb10ccc2d17706e2fee31d367042bbd2f0 /sis.h
parentRelease version 2.18 (diff)
downloadsis-88b545002e553f1e21fab1aff854a3e325976ad3.tar.bz2
Improve gdb watchpoint handling
* show old/new values * stop at correct instruction
Diffstat (limited to 'sis.h')
-rw-r--r--sis.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sis.h b/sis.h
index 493afbb..4e12686 100644
--- a/sis.h
+++ b/sis.h
@@ -207,6 +207,7 @@ struct estate
uint32 bpsave[BPT_MAX]; /* Saved opcode */
uint32 wprnum;
uint32 wphit;
+ uint32 wptype;
uint32 wprs[WPR_MAX]; /* Read Watchpoints */
unsigned char wprm[WPR_MAX]; /* Read Watchpoint masks */
uint32 wpwnum;