rainers / cv2pdb

converter of DMD CodeView/DWARF debug information to PDB files
Artistic License 2.0
472 stars 109 forks source link

Get rid of MSPDB*.dll #32

Closed KOLANICH closed 6 years ago

KOLANICH commented 6 years ago

These dlls are proprietary and parts of Visual Studio.

offtop If you are curious why I need PDB without VS, this is because I wanna try to use x64dbg, and it doesn't understand dwarf and the official recomendation is to create pdb using this tool.
rainers commented 6 years ago

Sorry, but this is way beyond the scope of this project.

LLVM's linker LLD can write PDB files without the MS DLLs, and there are also DWARF readers in their source tree, so you might be able to combine these.