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

Whole-line sequence points #64

Open
tmat opened this issue Mar 24, 2017 · 0 comments
Open

Whole-line sequence points #64

tmat opened this issue Mar 24, 2017 · 0 comments
Milestone

Comments

@tmat
Copy link
Member

tmat commented Mar 24, 2017

Managed C++ generates whole line sequence points as (line, 0, line, 0), which isn't compatible with Portable PDB requirements on sequence point. The Pdb2Pdb converter converts these to (line, 0, line, 0xffff). we might want SymReader to present these back as (line, 0, line, 0).

If Managed C++ compiler ever generated Portable PDBs, it should fill in columns properly.

@tmat tmat added this to the future milestone Mar 24, 2017
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

No branches or pull requests

1 participant