]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/NEWS
* gnu-v3-abi.c (struct value_and_voffset): New.
authorTom Tromey <tromey@redhat.com>
Thu, 15 Mar 2012 15:43:18 +0000 (15:43 +0000)
committerTom Tromey <tromey@redhat.com>
Thu, 15 Mar 2012 15:43:18 +0000 (15:43 +0000)
commitc4aeac856a297bbcf96e565e5bad277bfcff3c1b
tree1ef0a5f09b31976672edd7838604cecb63e1d339
parent2479f722a449340bcd8465474090339c1e004e9e
* gnu-v3-abi.c (struct value_and_voffset): New.
(hash_value_and_voffset, eq_value_and_voffset)
(compare_value_and_voffset, compute_vtable_size)
(print_one_vtable, gnuv3_print_vtable): New functions.
(init_gnuv3_ops): Initialize 'print_vtable' field.
* cp-support.c (info_vtbl_command): New function.
(_initialize_cp_support): Add "info vtbl".
* cp-abi.h (cplus_print_vtable): Declare.
(struct cp_abi_ops) <print_vtable>: New field.
* cp-abi.c (cplus_print_vtable): New function.
* NEWS: Update.
gdb/testsuite
* gdb.cp/virtfunc.exp (make_one_vtable_result): New proc.
(test_info_vtbl): Likewise.
(do_tests): Call test_info_vtbl.
* gdb.cp/virtfunc.cc (va): New global.
gdb/doc
* gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
gdb/ChangeLog
gdb/NEWS
gdb/cp-abi.c
gdb/cp-abi.h
gdb/cp-support.c
gdb/doc/ChangeLog
gdb/doc/gdb.texinfo
gdb/gnu-v3-abi.c
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.cp/virtfunc.cc
gdb/testsuite/gdb.cp/virtfunc.exp