-
2f41ab32
by Eric Pouech at 2025-05-15T23:25:13+02:00
dbghelp: Workaround SAST false positive.
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-
025ac675
by Eric Pouech at 2025-05-15T23:25:13+02:00
dbghelp: Skip compilands without MSF stream (new PDB).
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-
069d3f15
by Eric Pouech at 2025-05-15T23:25:13+02:00
dbghelp: Add method to query backend for symbol by address.
Implement it for PDB backend.
Note that we'll merely use this method to ensure that containing
compiland is fully loaded, and still return a symt ptr.
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-
15b920fd
by Eric Pouech at 2025-05-15T23:25:13+02:00
dbghelp: Add method to query symbols by name.
Implement it for PDB.
It uses DBI hash for lookup, but still returns a symt ptr.
It however forces the full containing compiland load.
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-
80278c34
by Eric Pouech at 2025-05-15T23:25:13+02:00
dbghelp: Add method to enumerate symbols.
Implement it for PDB backend.
It ensures containing compiland of every matched symbol
is actually loaded.
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-
0ac1033f
by Eric Pouech at 2025-05-15T23:25:13+02:00
dbghelp: Load compilands on demand (new PDB).
(instead of fully loading all compilands at startup).
Signed-off-by: Eric Pouech <epouech@codeweavers.com>