Commit 23d033e
pdb: Add isStripped flag to DebugInformation
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>1 parent 341bc00 commit 23d033e
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| 86 | + | |
| 87 | + | |
86 | 88 | | |
87 | 89 | | |
88 | 90 | | |
| |||
212 | 214 | | |
213 | 215 | | |
214 | 216 | | |
| 217 | + | |
215 | 218 | | |
216 | 219 | | |
217 | 220 | | |
| |||
0 commit comments