Module: wine
Branch: master
Commit: 647d0d9b88eec546202d2bf3476999a29679e0ce
URL: http://source.winehq.org/git/wine.git/?a=commit;h=647d0d9b88eec546202d2bf34…
Author: Peter Oberndorfer <kumbayo84(a)arcor.de>
Date: Mon Feb 26 23:42:09 2007 +0100
ntdll/tests: Add a debugger around the exceptions.
Shows that the first chance handler gets a unmodified context.
Shows that changing the context has no effect when exception is not handled by debugger.
---
dlls/ntdll/tests/exception.c | 175 +++++++++++++++++++++++++++++++++++++-----
1 files changed, 154 insertions(+), 21 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=647d0d9b88eec546202d2…