Alexandre Julliard pushed to branch master at wine / wine
Commits:
6c8ae915 by Alexandre Julliard at 2025-05-16T14:27:43+02:00
include: Add some fields to the user shared data.
- - - - -
cc4d2b36 by Alexandre Julliard at 2025-05-16T14:28:36+02:00
include: Fix the name of the user shared data structure.
- - - - -
6 changed files:
- dlls/ntdll/tests/time.c
- dlls/ntdll/tests/virtual.c
- dlls/ntdll/tests/wow64.c
- include/ddk/wdm.h
- include/winnt.h
- server/mapping.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/0ac1033f04074339de5cae9ffd9f4…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/0ac1033f04074339de5cae9ffd9f4…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
2f41ab32 by Eric Pouech at 2025-05-15T23:25:13+02:00
dbghelp: Workaround SAST false positive.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
025ac675 by Eric Pouech at 2025-05-15T23:25:13+02:00
dbghelp: Skip compilands without MSF stream (new PDB).
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
069d3f15 by Eric Pouech at 2025-05-15T23:25:13+02:00
dbghelp: Add method to query backend for symbol by address.
Implement it for PDB backend.
Note that we'll merely use this method to ensure that containing
compiland is fully loaded, and still return a symt ptr.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
15b920fd by Eric Pouech at 2025-05-15T23:25:13+02:00
dbghelp: Add method to query symbols by name.
Implement it for PDB.
It uses DBI hash for lookup, but still returns a symt ptr.
It however forces the full containing compiland load.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
80278c34 by Eric Pouech at 2025-05-15T23:25:13+02:00
dbghelp: Add method to enumerate symbols.
Implement it for PDB backend.
It ensures containing compiland of every matched symbol
is actually loaded.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
0ac1033f by Eric Pouech at 2025-05-15T23:25:13+02:00
dbghelp: Load compilands on demand (new PDB).
(instead of fully loading all compilands at startup).
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
5 changed files:
- dlls/dbghelp/dbghelp_private.h
- dlls/dbghelp/dwarf.c
- dlls/dbghelp/msc.c
- dlls/dbghelp/pdb.c
- dlls/dbghelp/symbol.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/ac2ed42f6b71cebf050c684011939…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/ac2ed42f6b71cebf050c684011939…
You're receiving this email because of your account on gitlab.winehq.org.