Module: wine Branch: master Commit: cf71edaa4ef0c44ac854700d297eabf194d24cc6 URL: https://gitlab.winehq.org/wine/wine/-/commit/cf71edaa4ef0c44ac854700d297eabf...
Author: Eric Pouech eric.pouech@gmail.com Date: Wed Feb 1 18:30:47 2023 +0100
winedump: Dump correctly ranges part of DBI stream.
The ranges describe for a PE image all the contributions of each compilation unit towards the various sections.
Renaming offset_size into ranges_size which is closer to its actual content.
Signed-off-by: Eric Pouech eric.pouech@gmail.com
---
dlls/dbghelp/msc.c | 8 ++-- include/wine/mscvpdb.h | 4 +- tools/winedump/pdb.c | 111 ++++++++++++++++++++++++++++++++++++------------- 3 files changed, 89 insertions(+), 34 deletions(-)