[lldb-dev] Get vtable info from the image

Ramkumar Ramachandra via lldb-dev lldb-dev at lists.llvm.org
Tue Sep 15 06:53:58 PDT 2015


Hi,

I believe there's now a:

  (gdb) info vtbl ...

and I'm unable to find the equivalent of this in lldb. I usually do:

  (lldb) im look -r -v -s ...

and look for the vtable info in the output, but it doesn't always seem
to be there.

What am I missing?

Thanks.

Ram


More information about the lldb-dev mailing list