binutils-gdb/sim/mips
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 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
cp1.c Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
cp1.h Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
dsp2.igen Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
dsp.c Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
dsp.igen Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
dv-tx3904cpu.c Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
dv-tx3904irc.c Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
dv-tx3904sio.c Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
dv-tx3904tmr.c Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
interp.c sim: watchpoints: use common sim_pc_get 2021-02-06 12:12:51 -05:00
m16.dc
m16.igen
m16e.igen Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
m16run.c
Makefile.in
mdmx.c Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
mdmx.igen Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
micromips16.dc
micromips.dc
micromips.igen Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
micromipsdsp.igen Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
micromipsrun.c Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
mips3d.igen Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
mips3264r2.igen Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
mips.dc
mips.igen
sb1.igen Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
sim-main.c
sim-main.h Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
smartmips.igen Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
tx.igen
vr.igen