[Git][wine/wine][master] 7 commits: winedump: Use correct computation for first section out of a .DBG file.
Alexandre Julliard pushed to branch master at wine / wine Commits: 5c1ea023 by Eric Pouech at 2025-03-13T10:51:37+01:00 winedump: Use correct computation for first section out of a .DBG file. Signed-off-by: Eric Pouech <epouech(a)codeweavers.com> - - - - - 00e38ad1 by Eric Pouech at 2025-03-13T10:51:40+01:00 winedump: Use correct field when dumping CodeView symbols. Signed-off-by: Eric Pouech <epouech(a)codeweavers.com> - - - - - f142b8f7 by Eric Pouech at 2025-03-13T10:51:42+01:00 winedump: Don't miss PDB_SYMBOL_RANGE* in PDB files. Signed-off-by: Eric Pouech <epouech(a)codeweavers.com> - - - - - 3d28f901 by Eric Pouech at 2025-03-13T10:51:43+01:00 winedump: Don't miss hash entries in PDB files. Signed-off-by: Eric Pouech <epouech(a)codeweavers.com> - - - - - 9a7091b6 by Eric Pouech at 2025-03-13T10:51:45+01:00 winedump: Support more than 64K files in PDB DBI module source substream. Signed-off-by: Eric Pouech <epouech(a)codeweavers.com> - - - - - aceebea6 by Eric Pouech at 2025-03-13T10:51:47+01:00 include: Remove flexible array member from PDB JG header. Signed-off-by: Eric Pouech <epouech(a)codeweavers.com> - - - - - 405eb2a3 by Eric Pouech at 2025-03-13T10:51:50+01:00 winedump: Support dumping large PDB files (>4G). Also adding new format dump interface (using just a fd and not requiring to read first hand the whole file into memory). Signed-off-by: Eric Pouech <epouech(a)codeweavers.com> - - - - - 7 changed files: - dlls/dbghelp/msc.c - include/wine/mscvpdb.h - tools/winedump/dump.c - tools/winedump/msc.c - tools/winedump/pdb.c - tools/winedump/pe.c - tools/winedump/winedump.h View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/b201cd518f3448553c31e329d5504b... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/b201cd518f3448553c31e329d5504b... You're receiving this email because of your account on gitlab.winehq.org.
participants (1)
-
Alexandre Julliard (@julliard)