diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2011-02-01 18:56:34 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2011-02-01 18:56:34 +0000 |
commit | 600ea1bed94c3136a765ee8b9694c86e0b90de57 (patch) | |
tree | 4131da43d8997b5326f34037c42daba9050d1d7a /gdb/ChangeLog | |
parent | 56c1241406fe9e7e542f30f773ae2678ab8e7055 (diff) | |
download | gdb-600ea1bed94c3136a765ee8b9694c86e0b90de57.zip gdb-600ea1bed94c3136a765ee8b9694c86e0b90de57.tar.gz gdb-600ea1bed94c3136a765ee8b9694c86e0b90de57.tar.bz2 |
gdb/
Fix debug printing of TYPE_INSTANCE.
* expprint.c (print_subexp_standard) <TYPE_INSTANCE>: New.
(dump_subexp_body_standard) <TYPE_INSTANCE>: New.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index f68051c..84013cb 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,11 @@ 2011-02-01 Jan Kratochvil <jan.kratochvil@redhat.com> + Fix debug printing of TYPE_INSTANCE. + * expprint.c (print_subexp_standard) <TYPE_INSTANCE>: New. + (dump_subexp_body_standard) <TYPE_INSTANCE>: New. + +2011-02-01 Jan Kratochvil <jan.kratochvil@redhat.com> + Fix debug printing of BINOP_IN, OP_OBJC_MSGCALL, OP_F77_UNDETERMINED_ARGLIST, OP_COMPLEX, OP_OBJC_SELECTOR, OP_NAME, OP_OBJC_NSSTRING, OP_F90_RANGE and OP_DECFLOAT. |