[lldb-dev] FW: Search C++ "virtual" objects

Lei Kong via lldb-dev lldb-dev at lists.llvm.org
Fri Aug 12 16:55:46 PDT 2016


On Linux, given a core dump file, an executable and its symbols, is it possible to do the following in LLDB (maybe with a LLDB extension)?

1. Get the list of all C++ virtual types (classes with virtual function table)
2. Search the whole address space to find all instances of such objects? (false positives are okay)

If #1 is not possible, then how about getting virtual function table address of a given type (without an object)?

Thanks much.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20160812/45a26995/attachment.html>


More information about the lldb-dev mailing list