diff options
author | Eli Zaretskii <eliz@gnu.org> | 2010-09-22 09:13:31 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2010-09-22 09:13:31 +0000 |
commit | fccd1d1e5f52fe58263f77522339067e2a6064c8 (patch) | |
tree | b7b87c3025e22fa375196d6c99929a08877799e0 /gdb/doc/ChangeLog | |
parent | d48749734084702ffe2a535ece1d52f9aa6ac168 (diff) | |
download | gdb-fccd1d1e5f52fe58263f77522339067e2a6064c8.zip gdb-fccd1d1e5f52fe58263f77522339067e2a6064c8.tar.gz gdb-fccd1d1e5f52fe58263f77522339067e2a6064c8.tar.bz2 |
gdb.texinfo (Values From Inferior): Clarify that
value.dynamic_type works only in C++ programs with RTTI.
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 579b7c5..b3ca8af 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2010-09-22 Eli Zaretskii <eliz@gnu.org> + + * gdb.texinfo (Values From Inferior): Clarify that + value.dynamic_type works only in C++ programs with RTTI. + 2010-09-15 Paul Bolle <pebolle@tiscali.nl> * gdb.texinfo (Character Sets): Correctly reference host-charset |