OSDN Git Service

[PDB] Copy inlinee lines records into the PDB
authorReid Kleckner <rnk@google.com>
Mon, 3 Jun 2019 18:15:38 +0000 (18:15 +0000)
committerReid Kleckner <rnk@google.com>
Mon, 3 Jun 2019 18:15:38 +0000 (18:15 +0000)
commit8c846ac77167690e2d7896e382153df3fe5fcb7f
treec89f0ba56dceb812f7eb98e6fa10851602070968
parent0c8016aa68e08747cd6e534873d7c05770807449
[PDB] Copy inlinee lines records into the PDB

Summary:
- 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.

Reviewers: inglorion, akhuang, aganea

Subscribers: eraman, zturner, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D62701

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@362429 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/DebugInfo/CodeView/DebugInlineeLinesSubsection.h
tools/llvm-pdbutil/DumpOutputStyle.cpp