getsentry / pdb

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

Add missing start_scope symbols #55

Closed jan-auer closed 4 years ago

jan-auer commented 4 years ago

Noticed this when integrating into symbolic. Most prominently, S_GPROC32 was missing, which is a very common one.

The problem is that tests for this are pretty pointless, although we could add one test that runs through all symbols of a PDB, keeps track of the scope depth and asserts that it never drops below zero.