[1/3] kernel32: Process DBG_RIPEXCEPTION events like regular exceptions.

Sebastian Lackner sebastian at fds-team.de
Sun Jun 22 20:13:31 CDT 2014


RIP_EVENT debugging events are also just exceptions (-> see patch 3 for
a proof). We can get rid of all RIP_EVENT specific stuff from
wineserver, and handle this in kernel32 similar to OutputDebugString
exceptions.

---
 dlls/kernel32/debugger.c |   11 +++++++----
 include/ntstatus.h       |    1 +
 include/winnt.h          |    1 +
 3 files changed, 9 insertions(+), 4 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-kernel32-Process-DBG_RIPEXCEPTION-events-like-regula.patch
Type: text/x-patch
Size: 3004 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20140623/8110193b/attachment.bin>


More information about the wine-patches mailing list