- 
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@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@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@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@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@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@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@codeweavers.com>