This is an archive of the discontinued LLVM Phabricator instance.

Introduce NativeRawSymbol implementation for PDB reading
ClosedPublic

Authored by amccarth on Feb 8 2017, 2:47 PM.

Details

Reviewers
zturner
Summary

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.

Diff Detail

Event Timeline

amccarth created this revision.Feb 8 2017, 2:47 PM
zturner accepted this revision.Feb 9 2017, 1:50 PM
zturner added inline comments.
llvm/lib/DebugInfo/PDB/Native/NativeRawSymbol.cpp
48

bytes -> Bytes.

This revision is now accepted and ready to land.Feb 9 2017, 1:50 PM
amccarth closed this revision.Mar 14 2017, 4:42 PM

Committed in r294633