[PATCH] Add minidump write utility

Daniel Colascione dancol@dancol.org
Fri Feb 7 17:14:00 GMT 2014


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.turney@dronecode.org.uk>
>
> 	* minidumper.cc: New file.
> 	* Makefile.in (CYGWIN_BINS): Add minidumper.
> 	* utils.xml (minidumper): New section.
>



More information about the Cygwin-patches mailing list