"Marcus Meissner" marcus@jet.franken.de wrote:
exception.c:281: Test failed: failed to set debugregister 7 to 0x155, got 555
Interesting, it apparently changed the 0x155 from my code to 0x555, turning a single byte watch into a 2 byte watch. Or perhaps it did not use my code, but had something set there already.
Looks like 0x400 is already set there, because changing 0x155 to 0x55 leads to the following:
exception.c:281: Test failed: failed to set debugregister 7 to 0x55, got 455