[Git][wine/wine][master] 4 commits: dbghelp: Fix order of non-commutative binary op:s in PDB/FPO unwinder.
Alexandre Julliard pushed to branch master at wine / wine Commits: fc0e0e8e by Eric Pouech at 2025-03-29T00:03:44+01:00 dbghelp: Fix order of non-commutative binary op:s in PDB/FPO unwinder. Signed-off-by: Eric Pouech <epouech(a)codeweavers.com> - - - - - cf1256f9 by Eric Pouech at 2025-03-29T00:03:44+01:00 dbghelp: Introduce new PDB reader, use it for unwinding FPO frames. Signed-off-by: Eric Pouech <epouech(a)codeweavers.com> - - - - - 2b5fdd89 by Eric Pouech at 2025-03-29T00:03:44+01:00 dbghelp: Don't keep PDB files mapped after parsing is done. Signed-off-by: Eric Pouech <epouech(a)codeweavers.com> - - - - - c6672179 by Eric Pouech at 2025-03-29T00:03:44+01:00 dbghelp: Introduce a vtable per module_format. In following patches, we'll add a bunch of new interfaces here. Also, hide partially module_format walking with some helpers. Signed-off-by: Eric Pouech <epouech(a)codeweavers.com> - - - - - 12 changed files: - dlls/dbghelp/Makefile.in - 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/storage.c - dlls/dbghelp/symbol.c - dlls/dbghelp/type.c View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/30fa691d99df7d6dfe37d16fe708d6... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/30fa691d99df7d6dfe37d16fe708d6... You're receiving this email because of your account on gitlab.winehq.org.
participants (1)
-
Alexandre Julliard (@julliard)