2008-10-03 Paul Pluzhnikov <ppluzhnikov@google.com>
PR gdb/2384: * gdbtypes.c (get_vptr_fieldno): baseclass and basetype may have different lifetimes.
This commit is contained in:
parent
7e66d8acd2
commit
5ef737906e
2 changed files with 7 additions and 1 deletions
|
@ -1324,7 +1324,7 @@ get_vptr_fieldno (struct type *type, struct type **basetypep)
|
|||
{
|
||||
/* If the type comes from a different objfile we can't cache
|
||||
it, it may have a different lifetime. PR 2384 */
|
||||
if (TYPE_OBJFILE (type) == TYPE_OBJFILE (baseclass))
|
||||
if (TYPE_OBJFILE (type) == TYPE_OBJFILE (basetype))
|
||||
{
|
||||
TYPE_VPTR_FIELDNO (type) = fieldno;
|
||||
TYPE_VPTR_BASETYPE (type) = basetype;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue