diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2011-07-26 16:59:23 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2011-07-26 16:59:23 +0000 |
commit | 177bc8396e788c07ad747fd362d7a325f8169324 (patch) | |
tree | 9afd4fa1c4b3613993237afcf5793533f4b5187a /gdb/doc/ChangeLog | |
parent | 04aed65246079bfe5a72e494145772f420e4430e (diff) | |
download | gdb-177bc8396e788c07ad747fd362d7a325f8169324.zip gdb-177bc8396e788c07ad747fd362d7a325f8169324.tar.gz gdb-177bc8396e788c07ad747fd362d7a325f8169324.tar.bz2 |
gdb/doc/
* gdb.texinfo (whatis, ptype): Highlight their differences. Describe
typedefs unrolling. Extend the sample code by an inner typedef and
outer typedefs unrolling.
Diffstat (limited to 'gdb/doc/ChangeLog')
-rw-r--r-- | gdb/doc/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index b636a95..ea27a62 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,10 @@ +2011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com> + Eli Zaretskii <eliz@gnu.org> + + * gdb.texinfo (whatis, ptype): Highlight their differences. Describe + typedefs unrolling. Extend the sample code by an inner typedef and + outer typedefs unrolling. + 2011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com> * gdb.texinfo (Caching Remote Data): Document {set,show} dcache |