1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00
llvm-mirror/include/llvm/DebugInfo/PDB
Zachary Turner 1882229246 [PDB] Support dumping injected sources via the DIA reader.
Injected sources are basically a way to add actual source file content
to your PDB. Presumably you could use this for shipping your source code
with your debug information, but in practice I can only find this being
used for embedding natvis files inside of PDBs.

In order to effectively test LLVM's natvis file injection, we need a way
to dump the injected sources of a PDB in a way that is authoritative
(i.e. based on Microsoft's understanding of the PDB format, and not
LLVM's). To this end, I've added support for dumping injected sources
via DIA. I made a PDB file that used the /natvis option to generate a
test case.

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

llvm-svn: 327428
2018-03-13 17:46:06 +00:00
..
DIA [PDB] Support dumping injected sources via the DIA reader. 2018-03-13 17:46:06 +00:00
Native [PDB] Support dumping injected sources via the DIA reader. 2018-03-13 17:46:06 +00:00
ConcreteSymbolEnumerator.h
GenericError.h [PDB] Fix type server handling for archives 2017-07-13 20:12:23 +00:00
IPDBDataStream.h [CodeView, PDB] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). 2017-06-30 23:06:03 +00:00
IPDBEnumChildren.h [CodeView, PDB] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). 2017-06-30 23:06:03 +00:00
IPDBInjectedSource.h [PDB] Support dumping injected sources via the DIA reader. 2018-03-13 17:46:06 +00:00
IPDBLineNumber.h
IPDBRawSymbol.h [DebugInfoPDB] Add DIA implementation for getSrcLineOnTypeDefn 2018-03-07 00:33:09 +00:00
IPDBSession.h [PDB] Support dumping injected sources via the DIA reader. 2018-03-13 17:46:06 +00:00
IPDBSourceFile.h
IPDBTable.h [DebugInfo/PDB] Adding getUndecoratedNameEx and IPDB interfaces for IDiaEnumTables and IDiaTable. 2017-11-16 14:33:09 +00:00
PDB.h [CodeView, PDB] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). 2017-06-30 23:06:03 +00:00
PDBContext.h [DWARF] Introduce Dump Options 2017-06-01 18:18:23 +00:00
PDBExtras.h [PDB] Support dumping injected sources via the DIA reader. 2018-03-13 17:46:06 +00:00
PDBSymbol.h Enable llvm-pdbutil to list enumerations using native PDB reader 2017-08-04 22:37:58 +00:00
PDBSymbolAnnotation.h
PDBSymbolBlock.h
PDBSymbolCompiland.h
PDBSymbolCompilandDetails.h
PDBSymbolCompilandEnv.h
PDBSymbolCustom.h
PDBSymbolData.h
PDBSymbolExe.h
PDBSymbolFunc.h
PDBSymbolFuncDebugEnd.h
PDBSymbolFuncDebugStart.h
PDBSymbolLabel.h
PDBSymbolPublicSymbol.h
PDBSymbolThunk.h
PDBSymbolTypeArray.h
PDBSymbolTypeBaseClass.h
PDBSymbolTypeBuiltin.h
PDBSymbolTypeCustom.h
PDBSymbolTypeDimension.h
PDBSymbolTypeEnum.h
PDBSymbolTypeFriend.h
PDBSymbolTypeFunctionArg.h
PDBSymbolTypeFunctionSig.h Fix pretty printing the unspecified param of a variadic function 2018-01-17 01:22:03 +00:00
PDBSymbolTypeManaged.h
PDBSymbolTypePointer.h
PDBSymbolTypeTypedef.h
PDBSymbolTypeUDT.h
PDBSymbolTypeVTable.h
PDBSymbolTypeVTableShape.h
PDBSymbolUnknown.h
PDBSymbolUsingNamespace.h
PDBSymDumper.h
PDBTypes.h [PDB] Support dumping injected sources via the DIA reader. 2018-03-13 17:46:06 +00:00
UDTLayout.h [CodeView, PDB] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). 2017-06-30 23:06:03 +00:00