-
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@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@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@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@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@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@codeweavers.com>