-
Notifications
You must be signed in to change notification settings - Fork 273
.debug$S and .debug$T sections in COFF obj files #22
Comments
See the description of |
Ended up finding the information I needed in the (released parts of) the source code for cvdump.exe. |
@jonwil Can you share the information you found? I'm trying to understand the exact layout of .debug$T section. |
I can't remember what information I found. |
@Acu43 i wrote all of the PDB code in clang, and I'm pretty sure I understand every detail, nook, and crannie of the |
Is there any documentation on the layout of the .debug$S and .debug$T sections in COFF obj files (as output by the C++ compiler in Visual Studio 2015 specifically) and which of the data structures (from the PDB documentation in this repo or the Windows SDK headers or whatever else) I need if I want to parse this information?
I have read the stuff in this repo but I cant see anything related to .debug$S or .debug$T and I have read the PE COFF specs but they only say "contains debugging information" with no details on their format.
The text was updated successfully, but these errors were encountered: