ntdll/tests: Add a debugger around the exceptions.
commit647d0d9b88eec546202d2bf3476999a29679e0ce
authorPeter Oberndorfer <kumbayo84@arcor.de>
Mon, 26 Feb 2007 22:42:09 +0000 (26 23:42 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 27 Feb 2007 12:14:39 +0000 (27 13:14 +0100)
treed85183cdb9a1a3a81190e2946bab93243e84b832
parent00eca70b2ad69abd97f75bd055e837cf1be9a6de
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