-
ea42184e
by Eric Pouech at 2025-03-19T11:05:32+01:00
dbghelp: Add a couple of missing basic types for PDB.
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-
064b2c8c
by Eric Pouech at 2025-03-19T11:05:32+01:00
dbghelp: Silence a couple of CodeView symbols.
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-
994f8d20
by Eric Pouech at 2025-03-19T11:05:32+01:00
dbghelp: Uniformize the two readers for PDB line information.
Basically,
- calling one or the other from the same point,
- exposing if line number information has been read.
This refactorization will be used in next patch.
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-
f640ba19
by Eric Pouech at 2025-03-19T11:05:34+01:00
dbghelp: Only load line information when SYMOPT_LOAD_LINE is set.
Signed-off-by: Eric Pouech <epouech@codeweavers.com>