Skip to content

Feature request: Dump type_info for each vtable as well. #3

Description

@uberspot

You currently demangle the name/hashcode but it would also be useful to see the structure of type_info itself. Basically dump the -1 entry before the vtable (which is the type_info pointer) as well as the struct that is pointed to by that (type_info *) entry.
More info in http://refspecs.linuxbase.org/cxxabi-1.83.html#rtti chapter 2.9.5 RTTI Layout

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions