[PATCH] D23474: COFF: add beginnings of debug directory creation

Saleem Abdulrasool via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 12 16:35:35 PDT 2016


compnerd created this revision.
compnerd added a reviewer: ruiu.
compnerd added a subscriber: llvm-commits.
compnerd set the repository for this revision to rL LLVM.

The IMAGE_FILE_HEADER structure contains a (RVA, size) to an array of
COFF_DEBUG_DIRECTORY records.  Each one of these records contains an RVA to a
OMF Debug Directory.  These OMF debug directories are derived into newer types
such as PDB70, PDB20, etc.  This constructs a PDB70 structure which will allow
us to associate a GUID with a build to actually tie debug information.

Repository:
  rL LLVM

https://reviews.llvm.org/D23474

Files:
  COFF/CMakeLists.txt
  COFF/Config.h
  COFF/Debug.cpp
  COFF/Debug.h
  COFF/Driver.cpp
  COFF/Writer.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23474.67936.patch
Type: text/x-patch
Size: 7258 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160812/bb63c436/attachment.bin>


More information about the llvm-commits mailing list