- 
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>