Alexandre Julliard pushed to branch master at wine / wine Commits: b0cc4ec0 by Eric Pouech at 2026-02-12T23:04:35+01:00 dbghelp/pdb: Load symt_function on demand. Meaning that: - we no longer load all symbols from a compiland when it's first accessed, - but rather build a shadow map of the symbols that could be loaded, - and actually create the sym_function when that symbol is accessed. Signed-off-by: Eric Pouech <epouech@codeweavers.com> - - - - - 27e64657 by Eric Pouech at 2026-02-12T23:04:35+01:00 dbghelp/pdb: No longer store symt_function in symt_compiland. Signed-off-by: Eric Pouech <epouech@codeweavers.com> - - - - - aff9590c by Eric Pouech at 2026-02-12T23:04:35+01:00 dbghelp/pdb: Construct the global information from the hash table. This shall prevent to use stale DBI entries from incremental linking. Signed-off-by: Eric Pouech <epouech@codeweavers.com> - - - - - a3b8f4c8 by Eric Pouech at 2026-02-12T23:04:35+01:00 dbghelp/pdb: Support rva inside symbol when searching globals. Signed-off-by: Eric Pouech <epouech@codeweavers.com> - - - - - 1 changed file: - dlls/dbghelp/pdb.c View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/f7a154549209bff2f014f388c43ac5... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/f7a154549209bff2f014f388c43ac5... You're receiving this email because of your account on gitlab.winehq.org.