llvm-project/llvm/test/tools/llvm-pdbdump
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
..
Inputs [llvm-pdbutil] Add an export subcommand. 2018-04-02 18:35:21 +00:00
class-layout.test Rename llvm-pdbdump -> llvm-pdbutil. 2017-06-09 20:46:17 +00:00
complex-padding-graphical.test Rename llvm-pdbdump -> llvm-pdbutil. 2017-06-09 20:46:17 +00:00
enum-layout.test Rename llvm-pdbdump -> llvm-pdbutil. 2017-06-09 20:46:17 +00:00
explain-dbi-stream.test [llvm-pdbutil] Dig deeper into the PDB and DBI streams when explaining. 2018-03-30 17:16:50 +00:00
explain-pdb-stream.test [llvm-pdbutil] Dig deeper into the PDB and DBI streams when explaining. 2018-03-30 17:16:50 +00:00
explain.test [PDB] Print some more details when explaining MSF fields. 2018-03-29 17:45:34 +00:00
export-stream.test [llvm-pdbutil] Add an export subcommand. 2018-04-02 18:35:21 +00:00
injected-sources.test Fix PDB injected sources test. 2018-03-15 22:47:04 +00:00
lit.local.cfg
load-address.test Rename llvm-pdbdump -> llvm-pdbutil. 2017-06-09 20:46:17 +00:00
partial-type-stream.test [PDB] Add a test that verifies every known type record. 2017-07-05 18:43:25 +00:00
pretty-func-dumper.test Fix pretty printing the unspecified param of a variadic function 2018-01-17 01:22:03 +00:00
regex-filter.test Rename llvm-pdbdump -> llvm-pdbutil. 2017-06-09 20:46:17 +00:00
simple-padding-graphical.test Rename llvm-pdbdump -> llvm-pdbutil. 2017-06-09 20:46:17 +00:00
symbol-filters.test Rename llvm-pdbdump -> llvm-pdbutil. 2017-06-09 20:46:17 +00:00
type-qualifiers.test [llvm-pdbdump] Dump restrict type qualifier 2018-03-05 18:29:43 +00:00