diff options
author | Tom Tromey <tromey@redhat.com> | 2012-03-15 16:32:16 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2012-03-15 16:32:16 +0000 |
commit | 57651221de401ff77b3c43e2b678190e574f9baa (patch) | |
tree | aae9cb9272c10d2b72a5ec25a968d33b58acc23d /gdb/ChangeLog | |
parent | 410528f093e41d8d8ca5eae37d4bb57c98a3122b (diff) | |
download | gdb-57651221de401ff77b3c43e2b678190e574f9baa.zip gdb-57651221de401ff77b3c43e2b678190e574f9baa.tar.gz gdb-57651221de401ff77b3c43e2b678190e574f9baa.tar.bz2 |
* NEWS: Mention "info vtbl", not "info vtable".
* cp-support.c (info_vtbl_command): Fix comment.
(_initialize_cp_support): Fix text.
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 01b9efd..1a75508 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,11 @@ 2012-03-15 Tom Tromey <tromey@redhat.com> + * NEWS: Mention "info vtbl", not "info vtable". + * cp-support.c (info_vtbl_command): Fix comment. + (_initialize_cp_support): Fix text. + +2012-03-15 Tom Tromey <tromey@redhat.com> + * cp-valprint.c (cp_print_value_fields): Use print_function_pointer_address for vtable slot. |