binutils-gdb/sim/v850
Mike Frysinger 4c0d76b9c4 sim: watchpoints: use common sim_pc_get
Few arches implement STATE_WATCHPOINTS()->pc while all of them implement
sim_pc_get.  Lets switch the sim-watch core for monitoring pc events to
the sim_pc_get API so this module works for all ports, and then we can
delete this old back channel of snooping in the port's cpu state -- the
code needs the pointer to the pc storage so that it can read out bytes
and compare them to the watchrange.

This also fixes the logic on multi-cpu sims by removing the limitation
of only being able to watch CPU0's state.
2021-02-06 12:12:51 -05:00
..
aclocal.m4
ChangeLog sim: watchpoints: use common sim_pc_get 2021-02-06 12:12:51 -05:00
config.in
configure sim: common: switch AC_CONFIG_HEADERS 2021-02-06 12:00:42 -05:00
configure.ac sim: v850: cleanup build warnings 2021-01-31 15:19:16 -05:00
interp.c sim: watchpoints: use common sim_pc_get 2021-02-06 12:12:51 -05:00
Makefile.in
sim-main.h
simops.c sim: v850: cleanup build warnings 2021-01-31 15:19:16 -05:00
simops.h
v850_sim.h
v850-dc
v850.igen