[PATCH 2/3] ntdll: extend debugger tests

Peter Oberndorfer kumbayo84 at arcor.de
Mon Feb 26 16:42:12 CST 2007


shows that second chance handler gets the same modified context as the exception handlers
---
resubmission because patch1 changed so much

test_stage = 1
debugger looks at first chance exception
and does not handle it
stack exception handler handles exception
and fixes up eip for EXCEPTION_BREAKPOINT

test_stage = 2
debugger looks at first chance exception
and does not handle it
stack exception handler does not handles exception
debugger looks at second chance exception
handles it and fixes up context.eip

 dlls/ntdll/tests/exception.c |   77 +++++++++++++++++++++++++++++++++++++-----
 1 files changed, 68 insertions(+), 9 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 6e9f791c5473365fc47d03bfe9602bcdb211b706.diff
Type: text/x-patch
Size: 6062 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20070226/0851b1ae/6e9f791c5473365fc47d03bfe9602bcdb211b706.bin


More information about the wine-patches mailing list