vtable-dumper
vtable-dumper copied to clipboard
Feature request: Dump type_info for each vtable as well.
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