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 | ||
am33-2.igen | ||
am33.igen | ||
ChangeLog | ||
config.in | ||
configure | ||
configure.ac | ||
dv-mn103cpu.c | ||
dv-mn103int.c | ||
dv-mn103iop.c | ||
dv-mn103ser.c | ||
dv-mn103tim.c | ||
interp.c | ||
Makefile.in | ||
mn10300_sim.h | ||
mn10300.dc | ||
mn10300.igen | ||
op_utils.c | ||
sim-main.c | ||
sim-main.h |