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.
_______________________________________________ lldb-dev mailing list lldb-dev@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev