28 Sep
2022
28 Sep
'22
10:18 a.m.
This series includes several improvements in DbgHelp for supporting (global / file static / function static) variables. In more details: - correct distinction and hierarchy attributes for the three kinds (Dwarf and PDB) - better filtering of PDB information + dropping invalid variable definitions from incremental linker (hence preventing their use instead of the valid ones) + keeping more wanted variables in case of collision (by address or by name) -- https://gitlab.winehq.org/wine/wine/-/merge_requests/950