I have a core dump of a C ++ program that was created and launched using the GNU toolchain. Maybe I can play the executable file. How can I find a list of all vtable pointers by class name?
You can get vtable layouts -fdump-class-hierarchywith compilation help . This can help when checking objects. You may need it set print vtbl onin gdb.
-fdump-class-hierarchy
set print vtbl on