diff options
author | Tom Tromey <tromey@redhat.com> | 2010-02-02 23:40:28 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2010-02-02 23:40:28 +0000 |
commit | 9c3c02fd158a5a0f8d64ec1c36078b1c9df0e6fc (patch) | |
tree | c1cdfef1022c3f73c6eabc8d781791261efb1d86 /gdb/ChangeLog | |
parent | f23f4c5973c3ad96ecf812036c6b0ee5a17d726f (diff) | |
download | gdb-9c3c02fd158a5a0f8d64ec1c36078b1c9df0e6fc.zip gdb-9c3c02fd158a5a0f8d64ec1c36078b1c9df0e6fc.tar.gz gdb-9c3c02fd158a5a0f8d64ec1c36078b1c9df0e6fc.tar.bz2 |
gdb
* valops.c (value_cast_structs): Try downcasting using the RTTI
type.
gdb/testsuite
* gdb.cp/virtbase.exp: Add regression tests.
* gdb.cp/virtbase.cc (RHA, RHB, RHC): New classes.
(main): Instantiate RHC.
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 f743cd2..c81a7c6 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2010-02-02 Tom Tromey <tromey@redhat.com> + * valops.c (value_cast_structs): Try downcasting using the RTTI + type. + +2010-02-02 Tom Tromey <tromey@redhat.com> + * gnu-v2-abi.c: Don't include gnu-v2-abi.h. (gnuv2_baseclass_offset): Now static. * Makefile.in (HFILES_NO_SRCDIR): Remove gnu-v2-abi.h. |