llvm-project/llvm/test/tools/llvm-pdbdump/Inputs
Zachary Turner d11328a1bb [llvm-pdbutil] Add an export subcommand.
This command can dump the binary contents of a stream to a file.
This is useful when you want to do side-by-side comparisons of
a specific stream from two PDBs to examine the differences between
them.  You can export both of them to a file, then open them up
side by side in a hex editor (for example), so as to eliminate any
differences that might arise from the contents being on different
blocks in the PDB.

In subsequent patches I plan to improve the "explain" subcommand
so that you can explain the contents of a binary file that isn't
necessarily a full PDB, but one of these dumped streams, by telling
the subcommand how to interpret the contents.

llvm-svn: 329002
2018-04-02 18:35:21 +00:00
..
ClassLayoutTest.cpp
ClassLayoutTest.pdb
ComplexPaddingTest.cpp [llvm-pdbdump] Re-write the record layout code to be more resilient. 2017-04-24 17:47:24 +00:00
ComplexPaddingTest.pdb [llvm-pdbdump] Re-write the record layout code to be more resilient. 2017-04-24 17:47:24 +00:00
FilterTest.cpp [llvm-pdbdump] Add the option to sort functions and data. 2017-05-14 01:13:40 +00:00
FilterTest.pdb [llvm-pdbdump] Add the option to sort functions and data. 2017-05-14 01:13:40 +00:00
InjectedSource.pdb Fix PDB injected sources test. 2018-03-15 22:47:04 +00:00
LoadAddressTest.cpp
LoadAddressTest.pdb
PrettyFuncDumperTest.cpp Fix pretty printing the unspecified param of a variadic function 2018-01-17 01:22:03 +00:00
PrettyFuncDumperTest.pdb [pdbutil] Replace 0 byte PDB input with correct version to fix failing unit test 2018-01-17 03:48:07 +00:00
SimplePaddingTest.cpp [llvm-pdbdump] Merge functionality of graphical and text dumpers. 2017-04-24 17:47:52 +00:00
SimplePaddingTest.pdb [llvm-pdbdump] Merge functionality of graphical and text dumpers. 2017-04-24 17:47:52 +00:00
TypeQualifiersTest.cpp [llvm-pdbdump] Dump restrict type qualifier 2018-03-05 18:29:43 +00:00
TypeQualifiersTest.pdb [SymboleFilePDB] Put the test input back that my previous commit clobbered 2018-03-06 19:36:17 +00:00
tpi.bin [llvm-pdbutil] Add an export subcommand. 2018-04-02 18:35:21 +00:00