google / UIforETW

User interface for recording and managing ETW traces
https://randomascii.wordpress.com/2015/04/14/uiforetw-windows-performance-made-easier/
Apache License 2.0
1.55k stars 201 forks source link

Use mspdbcmf.exe in StripChromeSymbols.py to handle /debug:fastlink PDBs #77

Closed randomascii closed 8 years ago

randomascii commented 8 years ago

The PDBs created by Chrome when it uses /debug:fastlink can't be handled by pdbcopy at this time, however mspdbcmf.exe can convert them to regular PDBs. StripChromeSymbols.py should use mspdbcmf.exe on locally built PDBs because they might use /debug:fastlink

randomascii commented 8 years ago

Fixed.