rainers / cv2pdb

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

Fix PEImage::dumpDebugLineInfoCOFF() #34

Closed dakotahawkins closed 6 years ago

dakotahawkins commented 6 years ago

Fixes #31

Signed-off-by: Dakota Hawkins dakotahawkins@gmail.com

I think it's correct now. Sanity checked with dumpDebugLineInfoCOFF() in PEImage.obj.

rainers commented 6 years ago

LGTM. Let's hope the D compiler also generates appropriate debug info, but some short tests didn't reveal any issues.