3 Feb
2026
3 Feb
'26
5:27 a.m.
This MR: - improves the dump of existing records (mostly expanding flags meaning), - adds support for dumping ARM switch table and annotation-ref records, - adds the ability to restrict the contents dumped (abusing the -j option), allowing to: - scope the types (TPI and IPI streams), and global symbols (DBI) dumped (by index), - scope the compilands dumped (by name / substring for now). This is useful when analysing very large PDB files, where dumping the whole file takes hours and tens of on drive, not counting the time to grep/search inside the generated dump. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10020