diff --git a/winsup/doc/faq-programming.xml b/winsup/doc/faq-programming.xml index 7945b6b88..36d0a401f 100644 --- a/winsup/doc/faq-programming.xml +++ b/winsup/doc/faq-programming.xml @@ -844,6 +844,12 @@ Guide here: . Note that the DllMain entrypoints for linked DLLs will have been executed before this breakpoint is hit. + + + (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.) +