cv2pdb icon indicating copy to clipboard operation
cv2pdb copied to clipboard

converter of DMD CodeView/DWARF debug information to PDB files

Results 26 cv2pdb issues
Sort by recently updated
recently updated
newest added

If I have a stripped executable with its DWARF debugging symbols as a separate file (stripped via objcopy), would it be possible to convert those into PDB symbols instead? Thanks!

Hi, This project is great, but once your build system is on linux, then this would break the pipeline and would require windows machine just for generating the pdbs for...

There is 32-bit binary provided here: https://github.com/rainers/cv2pdb/releases/tag/v0.38 Shouldn't there be a 64-bit version as well? Or is that possible to use 32-bit one to work with 64-bit exe/dll?

I tried to split debug symbols from xul.dll which is compiled with gcc 8.1, and xul.dll file size is 2,882,488,917 bytes and cv2pdb returns "Can't get size". I think it...

Hello. I am developing an app which is currently built with MinGW-W64 5.3.0 on Windows. As it always goes, a need arose to see stacktrace when on crash on consumer...

Hi, I just notice that MS has removed the autoexp.dat file in vs2019 and replaced with Natvis: https://docs.microsoft.com/en-us/visualstudio/debugger/create-custom-views-of-native-objects?view=vs-2019 such that INSTALL step4 cannot be done. So is there any plan...

I'm running VS2017 on Windows 10. Here the build using `nmake bin` fails. The following console output is from within the "x64 Native Tools Command Prompt for VS 2017": ```...

How do I do that? I am using the WinDbg that is included in WDK 7.1.0. When the program associated with the generated PDB crashes, I am not able to...

How to debug a program compiled with gcc? I try to build .dll by gcc with -gdwarf option and use cv2pdb with -C option: Visual Studio load pdb symbols but...

Since the debug section is marked as IMAGE_SCN_CNT_INITIALIZED_DATA, OptionalHeader.SizeOfInitializedData should be adjusted accordingly when this section is added. If a debug section was already present in the file, its flags...