Read pdb path from binary without extra deps
ClosedPublic

Authored by vonreth on Jan 5 2019, 12:08 AM.

Diff Detail

Repository
R138 Craft
Branch
pdb
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 6652
Build 6670: arc lint + arc unit
vonreth requested review of this revision.Jan 5 2019, 12:08 AM
vonreth created this revision.
vonreth added inline comments.
bin/BuildSystem/BuildSystemBase.py
246

can binaries have multiple pdbs?

bcooksley accepted this revision.Jan 5 2019, 5:43 AM

I've done some research and from what I can tell, having multiple PDB files for a given file is not possible (it's strictly one per dll/exe)

I see above that cache installs are skipped - will we be capturing the PDBs as part of the cache packages?

This revision is now accepted and ready to land.Jan 5 2019, 5:43 AM

Yes pdbs will be part of the cache.

Cool, this can go in then from my perspective :)

This revision was automatically updated to reflect the committed changes.