Module: wine Branch: master Commit: f4c1860480c4d2a3eadd2be0ee9207df6942e386 URL: https://gitlab.winehq.org/wine/wine/-/commit/f4c1860480c4d2a3eadd2be0ee9207d...
Author: Eric Pouech epouech@codeweavers.com Date: Fri Jun 23 18:39:32 2023 +0200
dbghelp: Add tests for SymSrvGetFileIndexInfo() for PDB files.
Add infrastructure to generate fake .PDB files.
Only done in DS format.
I'm not sure we care about JG anymore, DS format has been introduced by MS in early 2000 to supersede JG, and is still mainstream today). For the record, LLVM in its PDB handling doesn't support JG format.
Signed-off-by: Eric Pouech epouech@codeweavers.com
---
dlls/dbghelp/tests/path.c | 385 +++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 383 insertions(+), 2 deletions(-)