1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00
llvm-mirror/tools/llvm-pdbutil
Leonard Mosescu f728f0d1e8 Fix a few small issues in llvm-pdbutil
Running "llvm-pdbutil dump -all" on linux (using the native PDB reader),
over a few PDBs pulled from the Microsoft public symbol store uncovered 
a few small issues:

- stripped PDBs might not have the strings stream (/names)
- stripped PDBs might not have the "module info" stream

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

llvm-svn: 346010
2018-11-02 18:00:37 +00:00
..
Analyze.cpp
Analyze.h
BytesOutputStyle.cpp
BytesOutputStyle.h
CMakeLists.txt
DumpOutputStyle.cpp Fix a few small issues in llvm-pdbutil 2018-11-02 18:00:37 +00:00
DumpOutputStyle.h [PDB] Emit old fpo data to the PDB file. 2018-09-12 21:02:01 +00:00
ExplainOutputStyle.cpp
ExplainOutputStyle.h
FormatUtil.cpp
FormatUtil.h
InputFile.cpp Fix a few small issues in llvm-pdbutil 2018-11-02 18:00:37 +00:00
InputFile.h Fix a few small issues in llvm-pdbutil 2018-11-02 18:00:37 +00:00
LinePrinter.cpp
LinePrinter.h
llvm-pdbutil.cpp Dump public symbol records in pdb2yaml mode 2018-10-26 00:17:31 +00:00
llvm-pdbutil.h Dump public symbol records in pdb2yaml mode 2018-10-26 00:17:31 +00:00
LLVMBuild.txt
MinimalSymbolDumper.cpp Apply local fixes intended to be part of r341999.' 2018-09-11 22:02:31 +00:00
MinimalSymbolDumper.h [codeview] Decode and dump FP regs from S_FRAMEPROC records 2018-09-11 22:00:50 +00:00
MinimalTypeDumper.cpp Fix -Wtrigraphs. 2018-09-20 18:26:38 +00:00
MinimalTypeDumper.h [PDB] Add the ability to map forward references to full decls. 2018-09-20 15:50:13 +00:00
OutputStyle.h
PdbYaml.cpp Dump public symbol records in pdb2yaml mode 2018-10-26 00:17:31 +00:00
PdbYaml.h Dump public symbol records in pdb2yaml mode 2018-10-26 00:17:31 +00:00
PrettyBuiltinDumper.cpp
PrettyBuiltinDumper.h
PrettyClassDefinitionDumper.cpp [PDB] Make the pretty dumper output modified types. 2018-09-14 22:29:19 +00:00
PrettyClassDefinitionDumper.h
PrettyClassLayoutGraphicalDumper.cpp
PrettyClassLayoutGraphicalDumper.h
PrettyCompilandDumper.cpp [llvm-pdbutil] Pretty print PDBSymbolUsingNamespace symbols 2018-10-11 21:37:18 +00:00
PrettyCompilandDumper.h [llvm-pdbutil] Pretty print PDBSymbolUsingNamespace symbols 2018-10-11 21:37:18 +00:00
PrettyEnumDumper.cpp [PDB] Make the pretty dumper output modified types. 2018-09-14 22:29:19 +00:00
PrettyEnumDumper.h
PrettyExternalSymbolDumper.cpp
PrettyExternalSymbolDumper.h
PrettyFunctionDumper.cpp [PDB] Add support for parsing VFTable Shape records. 2018-10-01 17:55:16 +00:00
PrettyFunctionDumper.h
PrettyTypedefDumper.cpp [PDB] Add support for dumping Typedef records. 2018-10-01 17:55:38 +00:00
PrettyTypedefDumper.h
PrettyTypeDumper.cpp [PDB] Add support for parsing VFTable Shape records. 2018-10-01 17:55:16 +00:00
PrettyTypeDumper.h [PDB] Add support for parsing VFTable Shape records. 2018-10-01 17:55:16 +00:00
PrettyVariableDumper.cpp
PrettyVariableDumper.h
StreamUtil.cpp
StreamUtil.h
YAMLOutputStyle.cpp Dump public symbol records in pdb2yaml mode 2018-10-26 00:17:31 +00:00
YAMLOutputStyle.h Dump public symbol records in pdb2yaml mode 2018-10-26 00:17:31 +00:00