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/ChangeLog | |
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/ChangeLog')
-rw-r--r-- | gdb/doc/ChangeLog | 5 |
1 files changed, 5 insertions, 0 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. |