Re: [PATCH] Expand $CYGWIN error_start processing

2014-02-09 Thread Christopher Faylor
On Sun, Feb 09, 2014 at 12:25:40AM +, Ray Donnelly wrote: >I want to use QtCreator as my debugger but the hardcoded >nature of error_start makes that impossible. > >This change allows a formatted commandline to be used where >'|' is used to represent spaces and and > are special tokens. > >In

Re: [PATCH] Add minidump write utility

2014-02-09 Thread Jon TURNEY
On 07/02/2014 17:13, Daniel Colascione wrote: > May I recommend setting MiniDumpWithHandleData | MiniDumpWithFullMemoryInfo | > MiniDumpWithThreadInfo | MiniDumpWithFullAuxiliaryState | > MiniDumpIgnoreInaccessibleMemory | MiniDumpWithTokenInformation | > MiniDumpWithModuleHeaders | MiniDumpWithInd

Re: [PATCH] Add minidump write utility

2014-02-09 Thread Jon TURNEY
On 07/02/2014 17:44, Christopher Faylor wrote: > On Fri, Feb 07, 2014 at 04:36:01PM +, 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