Skip to content

Add DebugInformation::is_stripped to easily query to see if PDB is stripped#143

Open
DrChat wants to merge 1 commit intogetsentry:masterfrom
DrChat:user/jusmoore/header_stripped
Open

Add DebugInformation::is_stripped to easily query to see if PDB is stripped#143
DrChat wants to merge 1 commit intogetsentry:masterfrom
DrChat:user/jusmoore/header_stripped

Conversation

@DrChat
Copy link

@DrChat DrChat commented Nov 17, 2022

This flag is set in PDB headers if /PDBSTRIPPED is passed from MSVC.
We should expose this flag so that users can easily classify PDB files as stripped or non-stripped.

kjk added a commit to kjk/exp that referenced this pull request Jan 24, 2026
Port of getsentry/pdb#143. Exposes whether the PDB was built with /PDBSTRIPPED, meaning it lacks type info, line info, and per-object CV symbols. Derived from bit 0x2 of the DBI header flags. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant