/microsoft-pdb

Information from Microsoft about the PDB. I'll try to keep this up to date. Just trying to help the CLANG/LLVM community get onto Windows.

Primary LanguageC++OtherNOASSERTION

microsoft-pdb

This repo contains information from Microsoft about the PDB (Program Database) Symbol File format.

The PDB format has not been officially documented, presenting a challenge for other compilers and toolsets (such as Clang/LLVM) that want to work with Windows or the Visual Studio debugger. We want to help the Open Source compilers to get onto the Windows platform.

The majority of content on this repo is presented as actual source files from the VC++ compiler toolset. Source code is the ultimate documentation :-) We hope that you will find it helpful. If you find that you need other information to successfully complete your project, please enter an Issue letting us know what information you need.