dbghelp: Support full memory dumps.
commitb90bbcbe750f6af0ce13f2577984f4818e05a013
authorEric Bissonnette <ebisso.dev@gmail.com>
Sat, 26 Jan 2019 02:12:02 +0000 (25 21:12 -0500)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 29 Jan 2019 18:40:11 +0000 (29 19:40 +0100)
tree4846927d88a4ffc79bab61da81a96101dbd64e25
parent18ac7e15aab3343b6c6d4dc56a33ea7d24e84f0f
dbghelp: Support full memory dumps.

Add support of flag MinidumpWithFullMemory in function
MinidumpWriteDump. A Memory64ListStream is added to the minidump
streams and all memory regions of the process with MEM_COMMIT state
are written to the last part of the minidump file.

Signed-off-by: Eric Bissonnette <ebisso.dev@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/dbghelp/dbghelp_private.h
dlls/dbghelp/minidump.c
include/dbghelp.h