diff options
author | Andrew Cagney <cagney@redhat.com> | 1997-05-27 06:48:20 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1997-05-27 06:48:20 +0000 |
commit | 2f2e6c5d5bf76a01caa0d2da27ac21e45ee2276e (patch) | |
tree | e423d11adc8c988ab292d78c6e7a592064ac5ead /sim/common/sim-watch.h | |
parent | d82e4bf6cc9f6dfb853b2c9fa138b3640381fdf6 (diff) | |
download | gdb-2f2e6c5d5bf76a01caa0d2da27ac21e45ee2276e.zip gdb-2f2e6c5d5bf76a01caa0d2da27ac21e45ee2276e.tar.gz gdb-2f2e6c5d5bf76a01caa0d2da27ac21e45ee2276e.tar.bz2 |
Extend xor-endian and per-cpu support in core module.
Allow negated test when watching value within core.
Diffstat (limited to 'sim/common/sim-watch.h')
-rw-r--r-- | sim/common/sim-watch.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sim/common/sim-watch.h b/sim/common/sim-watch.h index b101ebb..9d4e842 100644 --- a/sim/common/sim-watch.h +++ b/sim/common/sim-watch.h @@ -38,6 +38,7 @@ typedef enum { typedef struct _sim_watch_point { watchpoint_action action; + int is_within; long arg; sim_event *event; } sim_watch_point; |