[PATCH] D62701: [PDB] Copy inlinee lines records into the PDB

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 30 13:53:09 PDT 2019


rnk created this revision.
rnk added reviewers: inglorion, akhuang, aganea.
Herald added a subscriber: eraman.
Herald added a project: LLVM.

- Fixes inline call frame line table display in windbg.
- Improve llvm-pdbutil to dump extra file ids.
- Warn on unknown subsections so we don't have this kind of bug in the future.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D62701

Files:
  lld/COFF/PDB.cpp
  lld/test/COFF/pdb-inlinees-extrafiles.s
  lld/test/COFF/pdb-inlinees.s
  lld/test/COFF/pdb-unknown-subsection.s
  llvm/include/llvm/DebugInfo/CodeView/DebugInlineeLinesSubsection.h
  llvm/tools/llvm-pdbutil/DumpOutputStyle.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62701.202295.patch
Type: text/x-patch
Size: 30030 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190530/9d01c557/attachment.bin>


More information about the llvm-commits mailing list