Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(debuginfo): Expose inline functions from PDBs #160

Merged
merged 9 commits into from
Sep 12, 2019

Conversation

jan-auer
Copy link
Member

@jan-auer jan-auer commented Sep 12, 2019

This PR resolves inline sites and exposes them as inline functions via the unified interface. SymCaches are then able to resolve inline frames.

Seems like we're taking a few more iterations to nail the final public interface in the pdb crate. Until the last PR is merged and the crate released, this will require the develop branch in my fork. This will block releases on crates.io, unfortunately.

For a description of the underlying structures in PDBs, see:

@jan-auer jan-auer self-assigned this Sep 12, 2019
@jan-auer jan-auer merged commit cbba9e6 into master Sep 12, 2019
@jan-auer jan-auer deleted the feat/pdb-inlining branch September 12, 2019 14:29
jan-auer added a commit that referenced this pull request Sep 12, 2019
This is a follow-up to #160, which introduced inline frame support for
PDBs.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant