[PATCH] D29730: Introduce NativeRawSymbol implementation for PDB reading

Adrian McCarthy via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 8 14:47:03 PST 2017


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

This is a stub for a new concrete implementation of IPDBRawSymbol.
Nothing uses this uses this implementation yet.  My plan is to
locally switch lldb-pdbdump from the DIA reader to the Native one
and flesh out the implementations of these method stubs in the order
they're needed.


Repository:
  rL LLVM

https://reviews.llvm.org/D29730

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D29730.87715.patch
Type: text/x-patch
Size: 23079 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170208/39f72793/attachment.bin>


More information about the llvm-commits mailing list