[fpc-devel] PDB debug format made public
Denis Kozlov
dezlov at gmail.com
Wed Mar 23 01:41:48 CET 2016
/This might be of interest or used for future reference./
Microsoft has made an effort to open up and document it's proprietary
PDB debugging file format, a.k.a program database (.pdb) file, primarily
used by Visual Studio Debugger and WinDbg. Apparently, the aim is to
open it for use in other compilers/debuggers.
Source code of binary level formats and simple tools that can use PDB
format:
https://github.com/Microsoft/microsoft-pdb
There is also a read-only API for accessing PDB format called Debug
Interface Access SDK:
https://msdn.microsoft.com/en-us/library/x93ctkx8.aspx
Denis
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-devel/attachments/20160323/d7241ac6/attachment.html>
More information about the fpc-devel
mailing list