[PATCH 2/3] ntdll: extend debugger tests

Peter Oberndorfer kumbayo84 at arcor.de
Sun Feb 18 15:32:42 CST 2007


shows that the debugger gets the same modified context for second chance exceptions as the exception handlers
---
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 |   78 +++++++++++++++++++++++++++++++++++++-----
 1 files changed, 69 insertions(+), 9 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 48d494c067ec05bde9b14fc5e43c4ed77437d498.diff
Type: text/x-patch
Size: 5954 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20070218/5a5d4c66/48d494c067ec05bde9b14fc5e43c4ed77437d498-0001.bin


More information about the wine-patches mailing list