cast in gdb python results in virtual baseclass botch

Christoph Mathys eraserix@gmail.com
Wed Apr 13 17:09:00 GMT 2011


> I've got a reference to a "shared_ptr<IXmlNode>", and I want m_pNode.
> So after I extracted px, I think I have to downcast from IXmlNode to
> XmlNode.

And this should of course have been a "shared_ptr<XmlNodeInterface>".



More information about the Gdb mailing list