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

Add specialized parsing functions for portable pdb blobs #38

Merged
merged 14 commits into from
Aug 30, 2023

Conversation

jkoritzinsky
Copy link
Collaborator

As part of this work, I also added a separate target for referencing a version of DNMD with portable PDB support enabled (exported as dnmd::pdb).

This implements all of the blob formats specified in the Portable PDB Spec 1.0 not in the CustomDebugInformation section.

Fixes #36 as much as we plan to.

This should also get us to feature parity with https://github.com/AaronRobinsonMSFT/PPDB

src/dnmd/entry.c Show resolved Hide resolved
src/inc/dnmd_pdb.h Outdated Show resolved Hide resolved
@jkoritzinsky jkoritzinsky merged commit 35ae82b into AaronRobinsonMSFT:master Aug 30, 2023
12 checks passed
@jkoritzinsky jkoritzinsky deleted the ppdb-blobs branch August 30, 2023 00:59
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.

Provide APIs to get a pointer/value out of a heap given a heap index
2 participants