[PATCH] D30956: Introduce NativeEnumModules and NativeCompilandSymbol

Adrian McCarthy via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 14 15:12:35 PDT 2017


amccarth created this revision.
Herald added a subscriber: mgorny.

Together, these allow lldb-pdbdump to list all the modules from a PDB using a native reader (rather than DIA).

Note that I'll probably be specializing NativeRawSymbol in a subsequent patch.


https://reviews.llvm.org/D30956

Files:
  llvm/include/llvm/DebugInfo/PDB/Native/NativeCompilandSymbol.h
  llvm/include/llvm/DebugInfo/PDB/Native/NativeEnumModules.h
  llvm/lib/DebugInfo/PDB/CMakeLists.txt
  llvm/lib/DebugInfo/PDB/Native/NativeCompilandSymbol.cpp
  llvm/lib/DebugInfo/PDB/Native/NativeEnumModules.cpp
  llvm/lib/DebugInfo/PDB/Native/NativeRawSymbol.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D30956.91780.patch
Type: text/x-patch
Size: 7982 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170314/245ed87e/attachment.bin>


More information about the llvm-commits mailing list