dbghelp: MiniDumpWriteDump called from exception handler.
commitfa9be995687605903bf6617976af39b35647538e
authorEric Pouech <eric.pouech@wanadoo.fr>
Mon, 19 Feb 2007 22:09:24 +0000 (19 23:09 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 20 Feb 2007 19:31:01 +0000 (20 20:31 +0100)
tree3713b5d3cbcb526af87f89b811e77c98532e9891
parent93494f2ac0176072f6d68eb2fbbfc85687cce175
dbghelp: MiniDumpWriteDump called from exception handler.

- MiniDumpWriteDump was unable to provide stack information for the current
  thread, hence did produce unusable minidump when a programs generates the
  minidump from its own exception handler.
- We now support this if the current thread calls MiniDumpWriteDump from an
  exception handler and provides the exception information.
dlls/dbghelp/minidump.c