mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 12:12:47 +01:00
6f888cd561
Summary: This is a first step towards getting line info to show up in VS and windbg. So far, only llvm-pdbutil can parse the PDBs that we produce. cvdump doesn't like something about our file checksum tables. I'll have to dig into that next. This patch adds a new DebugSubsectionRecordBuilder which takes bytes directly from some other producer, such as a linker, and sticks it into the PDB. Line tables only need to be relocated. No data needs to be rewritten. File checksums and string tables, on the other hand, need to be re-done. Reviewers: zturner, ruiu Subscribers: llvm-commits, hiraditya Differential Revision: https://reviews.llvm.org/D34257 llvm-svn: 305713 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
CodeViewError.cpp | ||
CodeViewRecordIO.cpp | ||
CVSymbolVisitor.cpp | ||
CVTypeVisitor.cpp | ||
DebugChecksumsSubsection.cpp | ||
DebugCrossExSubsection.cpp | ||
DebugCrossImpSubsection.cpp | ||
DebugFrameDataSubsection.cpp | ||
DebugInlineeLinesSubsection.cpp | ||
DebugLinesSubsection.cpp | ||
DebugStringTableSubsection.cpp | ||
DebugSubsection.cpp | ||
DebugSubsectionRecord.cpp | ||
DebugSubsectionVisitor.cpp | ||
DebugSymbolRVASubsection.cpp | ||
DebugSymbolsSubsection.cpp | ||
EnumTables.cpp | ||
Formatters.cpp | ||
LazyRandomTypeCollection.cpp | ||
Line.cpp | ||
LLVMBuild.txt | ||
RecordSerialization.cpp | ||
StringsAndChecksums.cpp | ||
SymbolDumper.cpp | ||
SymbolRecordMapping.cpp | ||
SymbolSerializer.cpp | ||
TypeDumpVisitor.cpp | ||
TypeIndex.cpp | ||
TypeIndexDiscovery.cpp | ||
TypeName.cpp | ||
TypeRecordMapping.cpp | ||
TypeSerializer.cpp | ||
TypeStreamMerger.cpp | ||
TypeTableCollection.cpp |