I\'m trying to print an object\'s vtable using gdb; I found the
show print vt bl on
setting, but I still don\'t actually know how to print
A more compact solution:
p /a (*(void ***)obj)[0]@10