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/NEWS | |
parent | 410528f093e41d8d8ca5eae37d4bb57c98a3122b (diff) | |
download | ppe42-binutils-57651221de401ff77b3c43e2b678190e574f9baa.tar.gz ppe42-binutils-57651221de401ff77b3c43e2b678190e574f9baa.zip |
* NEWS: Mention "info vtbl", not "info vtable".
* cp-support.c (info_vtbl_command): Fix comment.
(_initialize_cp_support): Fix text.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -70,7 +70,7 @@ ** "enable count" can be used to auto-disable a breakpoint after several hits. - ** "info vtable" can be used to show the virtual method tables for + ** "info vtbl" can be used to show the virtual method tables for C++ and Java objects. * New targets |