gdb: Implemented watchpoint handling
authorJakob Gruber <jakob.gruber@gmail.com>
Fri, 13 Jul 2012 12:22:51 +0000 (14:22 +0200)
committerJakob Gruber <jakob.gruber@gmail.com>
Sun, 15 Jul 2012 21:26:45 +0000 (23:26 +0200)
commit909198fa8bd460772d3729a85444333ab4ef38d7
treeb9b977f85a1e47d4865223f4318022ff94d6d6be
parent30bd286ca4766cf45ae58e66e377e531efc53a51
gdb: Implemented watchpoint handling

Per data access, we never signal more than one watchpoint. Possible
scenarios are several watchpoints at the same address (for example
WATCH_ACCESS and WATCH_WRITE) or overlapping watchpoint ranges. This is
not completely correct.
simavr/sim/sim_core.c
simavr/sim/sim_gdb.c
simavr/sim/sim_gdb.h