Skip to content

Whole-line sequence points #64

Open
@tmat

Description

@tmat

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions