-
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>