diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2011-07-27 17:41:21 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2011-07-27 17:41:21 +0000 |
commit | 11081198f1cca4499b966bb023db9f1c6be38843 (patch) | |
tree | ab89d9bf916fee02c066bd023c8b6022bfcc3ec7 /gdb/ChangeLog | |
parent | 3c6e0cb359c01c16799d3aac21e0624c8a5477b4 (diff) | |
download | gdb-11081198f1cca4499b966bb023db9f1c6be38843.zip gdb-11081198f1cca4499b966bb023db9f1c6be38843.tar.gz gdb-11081198f1cca4499b966bb023db9f1c6be38843.tar.bz2 |
gdb/
* typeprint.c (_initialize_typeprint): Extend the help of "whatis" and
"ptype" by their typedefs difference.
gdb/testsuite/
* gdb.base/help.exp (help whatis): Update the expected string.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index b302e1c..71f21af 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com> + * typeprint.c (_initialize_typeprint): Extend the help of "whatis" and + "ptype" by their typedefs difference. + +2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com> + * dwarf2expr.c (ctx_no_read_reg): New function. * dwarf2expr.h (ctx_no_read_reg): New declaration. * dwarf2read.c (read_2_signed_bytes, read_4_signed_bytes): Remove. |