You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I work on a toy Windows linker written in Rust. I would like to use this crate for creation of PDBs (I am aware that writing PDBs is not currently supported per #16). Before writing PDB I have to parse & dedup .debug$S and .debug$T sections in object files, which contain CodeView-related information.
Would it make sense from your PoV to roll out CodeView parsing as a part of pdb's public API (perhaps gated behind a feature flag)? I understand that's not the main use case of pdb, however IMHO it would make sense for pdb to host this kind of functionality.
I'd be happy to work on API changes and eventually #16 down the road.
The text was updated successfully, but these errors were encountered:
Hi,
I work on a toy Windows linker written in Rust. I would like to use this crate for creation of PDBs (I am aware that writing PDBs is not currently supported per #16). Before writing PDB I have to parse & dedup .debug$S and .debug$T sections in object files, which contain CodeView-related information.
Would it make sense from your PoV to roll out CodeView parsing as a part of
pdb
's public API (perhaps gated behind a feature flag)? I understand that's not the main use case ofpdb
, however IMHO it would make sense forpdb
to host this kind of functionality.I'd be happy to work on API changes and eventually #16 down the road.
The text was updated successfully, but these errors were encountered: