-
40b314cf
by Eric Pouech at 2024-11-15T16:25:10+01:00
dbghelp: Don't try to load PDB for a RSDS debug directory in .buildid section.
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-
9212706e
by Eric Pouech at 2024-11-15T16:25:10+01:00
dbghelp: Only WARN on stripped PE images.
When stripping, binutils' objcopy also sets the flag, yet
without stripping into a .DBG file.
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-
a57eedec
by Eric Pouech at 2024-11-15T16:25:10+01:00
dbghelp/tests: Improve SymSrvGetFileIndexInfo tests.
Esp. the failures with ERROR_BAD_EXE_FORMAT still fill all the fields
in the returned structure.
Add more flexibility to .dbg file creation (optional DEBUG_DIRECTORY).
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-
b9c06c44
by Eric Pouech at 2024-11-15T16:25:10+01:00
dbghelp: Fill-in data in SymSrvGetFileIndexIndo if BAD_EXE_FORMAT.
Signed-off-by: Eric Pouech <epouech@codeweavers.com>