vtable-dumper icon indicating copy to clipboard operation
vtable-dumper copied to clipboard

Feature request: Dump type_info for each vtable as well.

Open uberspot opened this issue 8 years ago • 0 comments

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

uberspot avatar Feb 26 '16 21:02 uberspot