-
8b75e597
by Eric Pouech at 2025-04-23T21:32:49+02:00
dbghelp: Move typedef handling to the new PDB backend.
And no longer load typedef information from old PDB backend.
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-
5dcdaa17
by Eric Pouech at 2025-04-23T21:32:51+02:00
dbghelp: Add user field to function and inline sites.
And store DBI offset to function from old PDB backend
(to be used by new PDB backend during migration).
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-
e6c96072
by Eric Pouech at 2025-04-23T21:32:53+02:00
dbghelp: Move reading inlinee line number information to PDB backend.
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-
213e9d48
by Eric Pouech at 2025-04-23T21:32:53+02:00
dbghelp: Directly store compiland's name in symt_compiland.
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-
9cf063f6
by Eric Pouech at 2025-04-23T21:32:53+02:00
dbghelp: Use symref_t to describe a symbol's container.
Signed-off-by: Eric Pouech <epouech@codeweavers.com>