Alexandre Julliard pushed to branch master at wine / wine Commits: bce878c5 by Eric Pouech at 2026-01-26T12:25:17+01:00 dbghelp: Use same request as native to get TLS variable offset. Native dbghelp for a variable with thread storage: - fails on ADDRESS and OFFSET requests, - doesn't set the Address field in SYMBOL_INFO, - but succeeds on ADDRESSOFSET request. Let dbghelp and winedbg use the correct requests. Signed-off-by: Eric Pouech <epouech@codeweavers.com> - - - - - 5e2afc30 by Eric Pouech at 2026-01-26T12:25:24+01:00 dbghelp/pdb: Always load TPI header in init_DBI(). Next patches will depend on a number of bits coming from TPI being always available. Signed-off-by: Eric Pouech <epouech@codeweavers.com> - - - - - 789c100c by Eric Pouech at 2026-01-26T12:25:30+01:00 dbghelp/pdb: Create symref for top and compilands. For now just a wrapper around the existing symt*. Signed-off-by: Eric Pouech <epouech@codeweavers.com> - - - - - 39ccf8f5 by Eric Pouech at 2026-01-26T12:25:34+01:00 dbghelp/pdb: Introduce helper to search in DBI globals. Signed-off-by: Eric Pouech <epouech@codeweavers.com> - - - - - 1e63b4c6 by Eric Pouech at 2026-01-26T12:25:38+01:00 dbghelp: Start implementing symbol information from symref_t. Signed-off-by: Eric Pouech <epouech@codeweavers.com> - - - - - c8dc062f by Eric Pouech at 2026-01-26T12:25:38+01:00 dbghelp: Allow symbol lookup methods to return symref instead of ptr. Signed-off-by: Eric Pouech <epouech@codeweavers.com> - - - - - 7 changed files: - dlls/dbghelp/dbghelp_private.h - dlls/dbghelp/elf_module.c - dlls/dbghelp/macho_module.c - dlls/dbghelp/pdb.c - dlls/dbghelp/symbol.c - dlls/dbghelp/type.c - programs/winedbg/symbol.c View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/c67060faddd4bd8317e21c9b5a6a36... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/c67060faddd4bd8317e21c9b5a6a36... You're receiving this email because of your account on gitlab.winehq.org.