[Lldb-commits] [PATCH] D30454: [LLDB][MIPS] Fix typo in MatchesModuleSpec()

Nitesh Jain via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Mar 7 05:05:44 PST 2017


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





More information about the lldb-commits mailing list