May I recommend setting MiniDumpWithHandleData | MiniDumpWithFullMemoryInfo | MiniDumpWithThreadInfo | MiniDumpWithFullAuxiliaryState | MiniDumpIgnoreInaccessibleMemory | MiniDumpWithTokenInformation | MiniDumpWithModuleHeaders | MiniDumpWithIndirectlyReferencedMemory by default?

On 02/07/2014 08:36 AM, Jon TURNEY wrote:

This patch adds a 'minidumper' utility, which functions identically to
'dumper' except it writes a Windows minidump, rather than a core file.
        
I'm not sure if this is of use to anyone but me, but since I've had the patch
sitting around for a couple of years, here it is...

2014-02-07  Jon TURNEY  <jon.tur...@dronecode.org.uk>

        * minidumper.cc: New file.
        * Makefile.in (CYGWIN_BINS): Add minidumper.
        * utils.xml (minidumper): New section.

Reply via email to