-
72a322bb
by Eric Pouech at 2025-03-17T21:08:09+01:00
dbghelp: Support module lookup in SymEnumSourceFiles.
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-
e0e93303
by Eric Pouech at 2025-03-17T21:08:09+01:00
dbghelp: Factorize some code between type enumeration APIs.
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-
f56985ca
by Eric Pouech at 2025-03-17T21:08:09+01:00
dbghelp: Only store types with names in module.
Enumeration only report types with name, so we can get
rid of module's vtype vector and only the use the types'
hash table.
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-
1b8161fd
by Eric Pouech at 2025-03-17T21:08:11+01:00
dbghelp: Factorize function signature creation {dwarf}.
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-
6298b0ca
by Eric Pouech at 2025-03-17T21:08:11+01:00
dbghelp: Introduce helper to match an ANSI string against a Unicode regex.
Signed-off-by: Eric Pouech <epouech@codeweavers.com>