[Git][wine/wine][master] 6 commits: dbghelp: Now returning PDB basic types as a symref_t.
Alexandre Julliard pushed to branch master at wine / wine Commits: fe41a26e by Eric Pouech at 2025-04-17T23:29:42+02:00 dbghelp: Now returning PDB basic types as a symref_t. Add method to handle the TI_ requests. Signed-off-by: Eric Pouech <epouech(a)codeweavers.com> - - - - - a9287cdb by Eric Pouech at 2025-04-17T23:29:43+02:00 dbghelp: Advertize old PDB reader types into new reader. Signed-off-by: Eric Pouech <epouech(a)codeweavers.com> - - - - - 7513406d by Eric Pouech at 2025-04-17T23:29:43+02:00 dbghelp: Add method for search type by name. Implement this method for PDB using PDB TPI hash table. Signed-off-by: Eric Pouech <epouech(a)codeweavers.com> - - - - - 8ce6e9bb by Eric Pouech at 2025-04-17T23:29:43+02:00 dbghelp: Add enum_types debug-info method. Implement it for PDB debug info. - only the types in TPI stream will be enumerated; - the typedefs, which are in DBI stream, will be migrated later on. Signed-off-by: Eric Pouech <epouech(a)codeweavers.com> - - - - - 4459f63f by Eric Pouech at 2025-04-17T23:29:43+02:00 dbghelp: Move pointer type handle to PDB backend. Signed-off-by: Eric Pouech <epouech(a)codeweavers.com> - - - - - eb31d4c8 by Eric Pouech at 2025-04-17T23:29:43+02:00 dbghelp: Move array type handling to PDB backend. Signed-off-by: Eric Pouech <epouech(a)codeweavers.com> - - - - - 6 changed files: - dlls/dbghelp/dbghelp_private.h - dlls/dbghelp/dwarf.c - dlls/dbghelp/module.c - dlls/dbghelp/msc.c - dlls/dbghelp/pdb.c - dlls/dbghelp/type.c View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/87827507c5b8e4e769a22c6744994d... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/87827507c5b8e4e769a22c6744994d... You're receiving this email because of your account on gitlab.winehq.org.
participants (1)
-
Alexandre Julliard (@julliard)