[Git][wine/wine][master] 5 commits: dbghelp/pdb: No longer create symt for top level global variables.
Alexandre Julliard pushed to branch master at wine / wine Commits: 03f69bb2 by Eric Pouech at 2026-02-03T21:15:53+01:00 dbghelp/pdb: No longer create symt for top level global variables. Signed-off-by: Eric Pouech <epouech@codeweavers.com> - - - - - 378b0379 by Eric Pouech at 2026-02-03T21:16:00+01:00 dbghelp/pdb: No longer create symt for (file) local variables. (static variables inside functions are still created with a symt*). Signed-off-by: Eric Pouech <epouech@codeweavers.com> - - - - - 76d7939d by Eric Pouech at 2026-02-03T21:16:05+01:00 dbghelp: Simplify check for local scope when removing a module. Signed-off-by: Eric Pouech <epouech@codeweavers.com> - - - - - cfa22e59 by Eric Pouech at 2026-02-03T21:16:05+01:00 dbghelp: Pass a symref for lexical parent when creating a compiland. Only storing the compiland in top's children when this symref is a symt ptr. Signed-off-by: Eric Pouech <epouech@codeweavers.com> - - - - - 45a6fb06 by Eric Pouech at 2026-02-03T21:16:08+01:00 dbghelp/pdb: No longer use symt_module to store compilands. Signed-off-by: Eric Pouech <epouech@codeweavers.com> - - - - - 10 changed files: - dlls/dbghelp/coff.c - dlls/dbghelp/dbghelp_private.h - dlls/dbghelp/dwarf.c - dlls/dbghelp/elf_module.c - dlls/dbghelp/module.c - dlls/dbghelp/msc.c - dlls/dbghelp/pdb.c - dlls/dbghelp/pe_module.c - dlls/dbghelp/stabs.c - dlls/dbghelp/symbol.c View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/92f5923b2b8256a3fb4abe88f4eeba... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/92f5923b2b8256a3fb4abe88f4eeba... You're receiving this email because of your account on gitlab.winehq.org.
participants (1)
-
Alexandre Julliard (@julliard)