This is an archive of the discontinued LLVM Phabricator instance.

[PDB] Extend IPDBSession's interface to retrieve frame data
ClosedPublic

Authored by aleksandr.urakov on Oct 16 2018, 7:03 AM.

Details

Summary

This patch just extends the IPDBSession interface to allow retrieving of frame data through it, and adds an implementation over DIA. It is needed for an implementation (for now with DIA) of the conversion from FPO programs to DWARF expressions mentioned in D53086.

Diff Detail

Repository
rL LLVM

Event Timeline

asmith accepted this revision.Oct 19 2018, 11:24 AM

LGTM

This revision is now accepted and ready to land.Oct 19 2018, 11:24 AM
This revision was automatically updated to reflect the committed changes.