Alexandre Julliard pushed to branch master at wine / wine
Commits: 2609784e by Eric Pouech at 2025-03-18T22:26:22+01:00 winedbg: Support more integral types in VARIANT for enum value.
Signed-off-by: Eric Pouech epouech@codeweavers.com
- - - - - 38a6eac6 by Eric Pouech at 2025-03-18T22:26:22+01:00 dbghelp: Pass a VARIANT to add an enumeration entry.
Signed-off-by: Eric Pouech epouech@codeweavers.com
- - - - - e6ecd706 by Eric Pouech at 2025-03-18T22:26:22+01:00 dbghelp: Use VARIANT for storing enum values (pdb).
Signed-off-by: Eric Pouech epouech@codeweavers.com
- - - - - 01f7d93a by Eric Pouech at 2025-03-18T22:26:22+01:00 dbghelp: Store LEB128 encoded as 64bit entities (dwarf).
As they can represent constant values, use largest possible integral type.
Signed-off-by: Eric Pouech epouech@codeweavers.com
- - - - - 20607748 by Eric Pouech at 2025-03-18T22:26:22+01:00 dbghelp: Introduce helper to fill in VARIANT (dwarf).
Signed-off-by: Eric Pouech epouech@codeweavers.com
- - - - - 0a42aa7b by Eric Pouech at 2025-03-18T22:26:22+01:00 dbghelp: Fix debug information for C++ enumeration types (dwarf).
Signed-off-by: Eric Pouech epouech@codeweavers.com
- - - - -
6 changed files:
- dlls/dbghelp/dbghelp_private.h - dlls/dbghelp/dwarf.c - dlls/dbghelp/msc.c - dlls/dbghelp/stabs.c - dlls/dbghelp/type.c - programs/winedbg/memory.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/0f88f7e19318eadfb37016ef0c1149...