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

2022-11-04 Thread Corinna Vinschen
On Nov 3 11:22, Jeremy Drake via Cygwin-patches wrote: > 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=bcb9251f029da8dcf360a4f5acfa3b4211

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] Cygwin: Improve FAQ on early breakpoint for ASLR

2022-11-04 Thread Jon Turney
On 04/11/2022 10:34, Corinna Vinschen wrote: On Nov 3 11:22, Jeremy Drake via Cygwin-patches wrote: 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=bcb9

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

2022-11-04 Thread Corinna Vinschen
On Nov 4 12:53, Jon Turney wrote: > On 04/11/2022 10:34, Corinna Vinschen wrote: > > On Nov 3 11:22, Jeremy Drake via Cygwin-patches wrote: > > > On Thu, 3 Nov 2022, Jon Turney wrote: > > > > > > > gdb supports 'set disable-randomization off' on Windows since [1] > > > > (included in gdb 13). >

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

2022-11-04 Thread Pedro Alves
On 2022-11-04 12:53 p.m., Jon Turney wrote: > + > + (It may be necessary to use the gdb command set > + disable-randomization on to turn off ASLR for the debugee to > + prevent the base address getting randomized.) > + > > Typo: debugee -> debuggee Note that "on" is the default.