diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2007-10-11 20:12:04 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2007-10-11 20:12:04 +0000 |
commit | 56cf5405c3df898925458f8e72938583ceb5f293 (patch) | |
tree | 3e43bb59338670d5a48b70c4b3e012a3fcad0fb0 /gdb/doc | |
parent | e91528f055c828011f287968f45d3c087a17d1ab (diff) | |
download | gdb-56cf5405c3df898925458f8e72938583ceb5f293.zip gdb-56cf5405c3df898925458f8e72938583ceb5f293.tar.gz gdb-56cf5405c3df898925458f8e72938583ceb5f293.tar.bz2 |
gdb/
* memattr.c (inaccessible_by_default): Change the initial
value to 1.
gdb/doc/
* gdb.texinfo: Mention that inaccessible-by-default is on by
default.
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 7222c04..68474c2 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +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. diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index fac3f67..468d600 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -7022,7 +7022,7 @@ explicitly described by the memory ranges as non-existent and refuse accesses 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. |