winedump: Correctly dump PDB_STREAM_INDEX.segment.
commit4fc2c3319efa763d2865527ba48b617e4ca58adb
authorEric Pouech <eric.pouech@gmail.com>
Wed, 1 Feb 2023 17:30:44 +0000 (1 18:30 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 2 Feb 2023 09:57:46 +0000 (2 10:57 +0100)
treec7037adaa2397fb7762def81ced97366e75a9940
parent97d2e9d90230b06b9dfca11c151d7728bb012bb0
winedump: Correctly dump PDB_STREAM_INDEX.segment.

This stream actually contains PE IMAGE_SECTION_HEADER.  So reflect the
content by renaming segment into section, and use some helpers
from the PE side.

Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
include/wine/mscvpdb.h
tools/winedump/pdb.c