Re: [PATCH 3/3] Cygwin: Add loaded module base address list to stackdump

2022-11-04 Thread Corinna Vinschen
On Nov 3 17:02, Jon Turney wrote: > On 29/10/2022 09:32, Corinna Vinschen wrote: > > On Oct 28 16:05, Jon Turney wrote: > > > This adds an extra section to the stackdump, which lists the loaded > > > modules and their base address. This is perhaps useful as it makes it > > > immediately clear if

Re: [PATCH 3/3] Cygwin: Add loaded module base address list to stackdump

2022-11-03 Thread Jon Turney
On 29/10/2022 09:32, Corinna Vinschen wrote: On Oct 28 16:05, Jon Turney wrote: This adds an extra section to the stackdump, which lists the loaded modules and their base address. This is perhaps useful as it makes it immediately clear if RandomCrashInjectedDll.dll is loaded... XXX: It seems l

Re: [PATCH 3/3] Cygwin: Add loaded module base address list to stackdump

2022-10-29 Thread Corinna Vinschen
On Oct 28 16:05, Jon Turney wrote: > This adds an extra section to the stackdump, which lists the loaded > modules and their base address. This is perhaps useful as it makes it > immediately clear if RandomCrashInjectedDll.dll is loaded... > > XXX: It seems like the 'InMemoryOrder' part of 'InMem

[PATCH 3/3] Cygwin: Add loaded module base address list to stackdump

2022-10-28 Thread Jon Turney
This adds an extra section to the stackdump, which lists the loaded modules and their base address. This is perhaps useful as it makes it immediately clear if RandomCrashInjectedDll.dll is loaded... XXX: It seems like the 'InMemoryOrder' part of 'InMemoryOrderModuleList' is a lie? > Loaded modu