Discussion:
[Bug python/16461] New: docs on gdb.var.dynamic_type should mention use of vtables as well as rtti
tsaunders at mozilla dot com
2014-01-16 22:30:28 UTC
Permalink
https://sourceware.org/bugzilla/show_bug.cgi?id=16461

Bug ID: 16461
Summary: docs on gdb.var.dynamic_type should mention use of
vtables as well as rtti
Product: gdb
Version: unknown
Status: NEW
Severity: normal
Priority: P2
Component: python
Assignee: unassigned at sourceware dot org
Reporter: tsaunders at mozilla dot com

section 23.2.2.3 of the gdb manual says rtti is required for dynamic_type to be
more than just the static type, however when set print object is on the objects
vtable seems to be used as well.
--
You are receiving this mail because:
You are on the CC list for the bug.
tromey at sourceware dot org
2018-09-08 19:45:52 UTC
Permalink
https://sourceware.org/bugzilla/show_bug.cgi?id=16461

Tom Tromey <tromey at sourceware dot org> changed:

What |Removed |Added
----------------------------------------------------------------------------
CC| |tromey at sourceware dot org
Assignee|unassigned at sourceware dot org |tromey at sourceware dot org
--
You are receiving this mail because:
You are on the CC list for the bug.
cvs-commit at gcc dot gnu.org
2018-09-10 13:50:53 UTC
Permalink
https://sourceware.org/bugzilla/show_bug.cgi?id=16461

--- Comment #1 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Tom Tromey <***@sourceware.org>:

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=9da10427ddcfae7313c462f729407e0c7c59e2d8

commit 9da10427ddcfae7313c462f729407e0c7c59e2d8
Author: Tom Tromey <***@tromey.com>
Date: Sat Sep 8 13:44:24 2018 -0600

Mention virtual tables in Python dynamic_type documentation

PR python/16461 asks that the Python dynamic_type documentation
mention virtual tables; this patch implements that request.

gdb/doc/ChangeLog
2018-09-10 Tom Tromey <***@tromey.com>

PR python/16461:
* python.texi (Values From Inferior): Mention use of virtual
table.
--
You are receiving this mail because:
You are on the CC list for the bug.
tromey at sourceware dot org
2018-09-10 13:55:03 UTC
Permalink
https://sourceware.org/bugzilla/show_bug.cgi?id=16461

Tom Tromey <tromey at sourceware dot org> changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
Target Milestone|--- |8.3

--- Comment #2 from Tom Tromey <tromey at sourceware dot org> ---
Fixed.
--
You are receiving this mail because:
You are on the CC list for the bug.
Loading...