Alexandre Julliard pushed to branch master at wine / wine
Commits: 548103f3 by Eric Pouech at 2025-04-14T21:53:40+02:00 dbghelp: Add SYMFLAG_NULL for out of scope local variables.
Signed-off-by: Eric Pouech epouech@codeweavers.com
- - - - - 137ea34e by Eric Pouech at 2025-04-14T21:53:40+02:00 dbghelp: Rename ptr <> index conversion helpers.
We're going to introduce a couple more helpers in next patches, so make it more readable.
Signed-off-by: Eric Pouech epouech@codeweavers.com
- - - - - c42be792 by Eric Pouech at 2025-04-14T21:53:43+02:00 dbghelp: Introduce an opaque type to store type of data & function.
Signed-off-by: Eric Pouech epouech@codeweavers.com
- - - - - 795dc9ca by Eric Pouech at 2025-04-14T21:53:43+02:00 dbghelp: Use opaque symref_t inside typedef symbol.
Signed-off-by: Eric Pouech epouech@codeweavers.com
- - - - - 78fe1014 by Eric Pouech at 2025-04-14T21:53:43+02:00 dbghelp: Introduce helpers to discrimate symref_t owner.
It's a ptr when lower 2 bits are unset, an opaque backend value otherwise.
Signed-off-by: Eric Pouech epouech@codeweavers.com
- - - - -
11 changed files:
- dlls/dbghelp/coff.c - dlls/dbghelp/dbghelp.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/stabs.c - dlls/dbghelp/symbol.c - dlls/dbghelp/type.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/16f33b15943d51726f39746ffe8ca1...