-
fc0e0e8e
by Eric Pouech at 2025-03-29T00:03:44+01:00
dbghelp: Fix order of non-commutative binary op:s in PDB/FPO unwinder.
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-
cf1256f9
by Eric Pouech at 2025-03-29T00:03:44+01:00
dbghelp: Introduce new PDB reader, use it for unwinding FPO frames.
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-
2b5fdd89
by Eric Pouech at 2025-03-29T00:03:44+01:00
dbghelp: Don't keep PDB files mapped after parsing is done.
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-
c6672179
by Eric Pouech at 2025-03-29T00:03:44+01:00
dbghelp: Introduce a vtable per module_format.
In following patches, we'll add a bunch of new interfaces here.
Also, hide partially module_format walking with some helpers.
Signed-off-by: Eric Pouech <epouech@codeweavers.com>