getsentry / pdb

A parser for Microsoft PDB (Program Database) debugging information
https://docs.rs/pdb/
Apache License 2.0
367 stars 68 forks source link

Add support for Trampoline symbols (S_TRAMPOLINE) #123

Closed mstange closed 2 years ago

mstange commented 2 years ago

We currently do not parse symbols of type S_TRAMPOLINE.

There's a pdb file in https://github.com/mstange/pdb-addr2line/issues/52#issuecomment-1130225425 which contains many of these symbols.