[lldb-dev] Get vtable info from the image
Ramkumar Ramachandra via lldb-dev
lldb-dev at lists.llvm.org
Tue Sep 15 07:00:01 PDT 2015
Ha, turns out it's
(lldb) im look -r -v -s "vtable for ..."
We should document this in http://lldb.llvm.org/lldb-gdb.html
On Tue, Sep 15, 2015 at 9:53 AM, Ramkumar Ramachandra
<artagnon at gmail.com> wrote:
> 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