Re: [PATCH] added debugregisters testcase
3 Oct
2006
3 Oct
'06
10:04 a.m.
"Marcus Meissner" <marcus(a)jet.franken.de> wrote:
+ ctx.ContextFlags = CONTEXT_DEBUG_REGISTERS; + res = pNtGetContextThread(GetCurrentThread(), &ctx); + ok (res == STATUS_SUCCESS,"NtGetContextThread failed with %lx", res); + ok(ctx.Dr7 == 0x155,"failed to set debugregister 7 to 0x155");
This test fails for me under XP SP2 with all updates: exception.c:281: Test failed: failed to set debugregister 7 to 0x155, got 555 -- Dmitry.
7100
Age (days ago)
7100
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dmitry Timoshkov