binutils-gdb/sim/mn10300
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
am33-2.igen
am33.igen
ChangeLog sim: watchpoints: use common sim_pc_get 2021-02-06 12:12:51 -05:00
config.in sim: clean up C11 header includes 2021-01-11 08:05:54 -05:00
configure sim: common: switch AC_CONFIG_HEADERS 2021-02-06 12:00:42 -05:00
configure.ac sim: enable -Werror by default for some arches 2021-01-09 09:19:37 -05:00
dv-mn103cpu.c
dv-mn103int.c
dv-mn103iop.c
dv-mn103ser.c
dv-mn103tim.c
interp.c sim: watchpoints: use common sim_pc_get 2021-02-06 12:12:51 -05:00
Makefile.in
mn10300_sim.h
mn10300.dc
mn10300.igen
op_utils.c sim: clean up C11 header includes 2021-01-11 08:05:54 -05:00
sim-main.c
sim-main.h