Restore behavior of disabling address randomization by default on GDBserver
[external/binutils.git] / gdb / gdbserver / server.h
index 8e197ee..5e41e2f 100644 (file)
@@ -176,7 +176,7 @@ struct client_state
 
   /* Whether we should attempt to disable the operating system's address
      space randomization feature before starting an inferior.  */
-  int disable_randomization = 0;
+  int disable_randomization = 1;
 
   int pass_signals[GDB_SIGNAL_LAST];
   int program_signals[GDB_SIGNAL_LAST];