]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: Roll back GenFw Change to keep unknown field in RSDS debug entry
authorLiming Gao <liming.gao@intel.com>
Tue, 22 Aug 2017 05:58:57 +0000 (13:58 +0800)
committerLiming Gao <liming.gao@intel.com>
Thu, 24 Aug 2017 03:21:27 +0000 (11:21 +0800)
commit279c01ce13739f0fd8ec3e7652299f6873fc14a9
treecfe85dff0722276c6784101d8466de66d375949e
parente4d409c6e3b96738fb0c710ecd21bcd79db93381
BaseTools: Roll back GenFw Change to keep unknown field in RSDS debug entry

https://lists.01.org/pipermail/edk2-devel/2017-August/013488.html
These fields are actually a GUID and DWORD respectively: the GUID identifies
the PDB to make it possible to verify that a given PDB matches the PE file,
and the DWORD is the "age" of the PDB which is simply a helper value that is
incremented by 1 by the linker every time the file is remade. Wiping the
GUID will cause PDB parsers (such as the MS DIA SDK that IDA and most other
tools use) to treat the PDB as a mismatch and refuse to load it.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Liming Gao <liming.gao@intel.com>
BaseTools/Source/C/GenFw/GenFw.c