Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Converting debug symbols from DWARF to PDB

Is there a way to convert the debugging information from binutils' DWARF format (as emitted by GCC on Cygwin, for example) to Microsoft PDB (as consumed by Visual Studio)?

like image 269
Seva Alekseyev Avatar asked Mar 06 '15 20:03

Seva Alekseyev


1 Answers

cv2pdb can do this. I have had mixed results, sometimes it works splendidly while at other times some local and global variables are lost

https://github.com/rainers/cv2pdb

like image 162
user791139 Avatar answered Oct 21 '22 07:10

user791139