On 04/11/2022 15:29, Pedro Alves wrote: > 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 Thanks for catching that. Patch attached. > Note that "on" is the default. True. But the API used by gdb to turn off ASLR isn't supported by some versions of Windows. This sentence could be a lot more explicit about all the details here, but I'm just trying to be brief.