+2007-10-11 Kazu Hirata <kazu@codesourcery.com>
+
+ * memattr.c (inaccessible_by_default): Change the initial
+ value to 1.
+
2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
PR gdb/2280
+2007-10-11 Kazu Hirata <kazu@codesourcery.com>
+
+ * gdb.texinfo: Mention that inaccessible-by-default is on by
+ default.
+
2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
* gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
to such memory. The checks are only performed if there's at least one
memory range defined. If @code{off} is specified, make @value{GDBN}
treat the memory not explicitly described by the memory ranges as RAM.
-The default value is @code{off}.
+The default value is @code{on}.
@kindex show mem inaccessible-by-default
@item show mem inaccessible-by-default
Show the current handling of accesses to unknown memory.
/* If this flag is set, gdb will assume that memory ranges not
specified by the memory map have type MEM_NONE, and will
emit errors on all accesses to that memory. */
-static int inaccessible_by_default = 0;
+static int inaccessible_by_default = 1;
static void
show_inaccessible_by_default (struct ui_file *file, int from_tty,