diff options
author | Tom Tromey <tromey@redhat.com> | 2012-03-01 18:28:16 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2012-03-01 18:28:16 +0000 |
commit | be3359361a4b5306207e896b3966e03289340abc (patch) | |
tree | 05018ebcdfbde96be87580c0e880104554d02295 /gdb/ChangeLog | |
parent | b0db66a7b319cbf68c9989bbe4a65841defffef9 (diff) | |
download | gdb-be3359361a4b5306207e896b3966e03289340abc.zip gdb-be3359361a4b5306207e896b3966e03289340abc.tar.gz gdb-be3359361a4b5306207e896b3966e03289340abc.tar.bz2 |
* value.c (value_primitive_field): Handle virtual base classes.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 1d5912f..b511e1a 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 2012-03-01 Tom Tromey <tromey@redhat.com> + * value.c (value_primitive_field): Handle virtual base classes. + +2012-03-01 Tom Tromey <tromey@redhat.com> + * gdbtypes.h (struct vbase): Remove. 2012-03-01 Tom Tromey <tromey@redhat.com> |