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

[PATCH] Cygwin: Improve FAQ on early breakpoint for ASLR

2022-11-03 Thread Jon Turney
gdb supports 'set disable-randomization off' on Windows since [1] (included in gdb 13). https://sourceware.org/git/?p=binutils-gdb.git;a=commitdiff;h=bcb9251f029da8dcf360a4f5acfa3b4211c87bb0;hp=8fea1a81c7d9279a6f91e49ebacfb61e0f8ce008 --- winsup/doc/faq-programming.xml | 6 ++ 1 file changed,

Re: [PATCH] Cygwin: Improve FAQ on early breakpoint for ASLR

2022-11-03 Thread Jeremy Drake via Cygwin-patches
On Thu, 3 Nov 2022, Jon Turney wrote: > gdb supports 'set disable-randomization off' on Windows since [1] > (included in gdb 13). > > https://sourceware.org/git/?p=binutils-gdb.git;a=commitdiff;h=bcb9251f029da8dcf360a4f5acfa3b4211c87bb0;hp=8fea1a81c7d9279a6f91e49ebacfb61e0f8ce008 Is it really *di