mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-15 04:31:49 +08:00
4c0d76b9c4
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. |
||
---|---|---|
.. | ||
aclocal.m4 | ||
ChangeLog | ||
config.in | ||
configure | ||
configure.ac | ||
cp1.c | ||
cp1.h | ||
dsp2.igen | ||
dsp.c | ||
dsp.igen | ||
dv-tx3904cpu.c | ||
dv-tx3904irc.c | ||
dv-tx3904sio.c | ||
dv-tx3904tmr.c | ||
interp.c | ||
m16.dc | ||
m16.igen | ||
m16e.igen | ||
m16run.c | ||
Makefile.in | ||
mdmx.c | ||
mdmx.igen | ||
micromips16.dc | ||
micromips.dc | ||
micromips.igen | ||
micromipsdsp.igen | ||
micromipsrun.c | ||
mips3d.igen | ||
mips3264r2.igen | ||
mips.dc | ||
mips.igen | ||
sb1.igen | ||
sim-main.c | ||
sim-main.h | ||
smartmips.igen | ||
tx.igen | ||
vr.igen |