* ia64-linux-nat.c (ia64_register_addr): Add gdbarch parameter,
[deliverable/binutils-gdb.git] / gdb / memattr.c
index 0b599d4b1b804be3fb61fa763a6419dbdcc633aa..c4c3d6768c3a18d50d72e8771c6c8ef66456e2b0 100644 (file)
@@ -65,7 +65,7 @@ static int target_mem_regions_valid;
 /* 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,
This page took 0.026237 seconds and 4 git commands to generate.