[Git][wine/wine][master] 5 commits: dbghelp: Move typedef handling to the new PDB backend.
Alexandre Julliard pushed to branch master at wine / wine Commits: 8b75e597 by Eric Pouech at 2025-04-23T21:32:49+02:00 dbghelp: Move typedef handling to the new PDB backend. And no longer load typedef information from old PDB backend. Signed-off-by: Eric Pouech <epouech(a)codeweavers.com> - - - - - 5dcdaa17 by Eric Pouech at 2025-04-23T21:32:51+02:00 dbghelp: Add user field to function and inline sites. And store DBI offset to function from old PDB backend (to be used by new PDB backend during migration). Signed-off-by: Eric Pouech <epouech(a)codeweavers.com> - - - - - e6c96072 by Eric Pouech at 2025-04-23T21:32:53+02:00 dbghelp: Move reading inlinee line number information to PDB backend. Signed-off-by: Eric Pouech <epouech(a)codeweavers.com> - - - - - 213e9d48 by Eric Pouech at 2025-04-23T21:32:53+02:00 dbghelp: Directly store compiland's name in symt_compiland. Signed-off-by: Eric Pouech <epouech(a)codeweavers.com> - - - - - 9cf063f6 by Eric Pouech at 2025-04-23T21:32:53+02:00 dbghelp: Use symref_t to describe a symbol's container. Signed-off-by: Eric Pouech <epouech(a)codeweavers.com> - - - - - 13 changed files: - dlls/dbghelp/coff.c - dlls/dbghelp/dbghelp_private.h - dlls/dbghelp/dwarf.c - dlls/dbghelp/elf_module.c - dlls/dbghelp/macho_module.c - dlls/dbghelp/module.c - dlls/dbghelp/msc.c - dlls/dbghelp/pdb.c - dlls/dbghelp/pe_module.c - dlls/dbghelp/source.c - dlls/dbghelp/stabs.c - dlls/dbghelp/symbol.c - dlls/dbghelp/type.c View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/87ced958e9cea21f448040af4cc810... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/87ced958e9cea21f448040af4cc810... You're receiving this email because of your account on gitlab.winehq.org.
participants (1)
-
Alexandre Julliard (@julliard)