nitesh.jain added a comment. In https://reviews.llvm.org/D30454#693614, @clayborg wrote:
> So a ModuleSpec allows you to specify a module by path, UUID and many other > things. This is falling down for a magic file that doesn't actually exist > right? Yes. > "vsdo" is just a made up name for the table of loaded shared libraries? Is > that correct? I need to understand what is going on before I can offer > correct guidance. I am not sure about that. From Man page, the "vDSO" (virtual dynamic shared object) is a small shared library that the kernel automatically maps into the address space of all user-space applications. Thanks https://reviews.llvm.org/D30454 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits