我正在尝试使用gdb打印对象的vtable; 我找到了
show print vt bl on
设置,但我实际上还不知道如何打印vtable - p*对象仍然不打印出来.
如何打印vtable?
c++ gdb
c++ ×1
gdb ×1