[Git][wine/wine][master] 5 commits: dbghelp: Add SYMFLAG_NULL for out of scope local variables.
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(a)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(a)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(a)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(a)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(a)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... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/16f33b15943d51726f39746ffe8ca1... You're receiving this email because of your account on gitlab.winehq.org.
participants (1)
-
Alexandre Julliard (@julliard)