This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] gdb: Disable address space randomization for a test


Paul> Also, does this work on every target OS?

It doesn't.  The target has to implement the
supports_disable_randomization method, and then actually implement the
disabling.  At least macOS doesn't do this (see
https://sourceware.org/bugzilla/show_bug.cgi?id=23365), and probably
others as well.

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]