forked from OSchip/llvm-project
d11328a1bb
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 |
||
---|---|---|
.. | ||
Inputs | ||
class-layout.test | ||
complex-padding-graphical.test | ||
enum-layout.test | ||
explain-dbi-stream.test | ||
explain-pdb-stream.test | ||
explain.test | ||
export-stream.test | ||
injected-sources.test | ||
lit.local.cfg | ||
load-address.test | ||
partial-type-stream.test | ||
pretty-func-dumper.test | ||
regex-filter.test | ||
simple-padding-graphical.test | ||
symbol-filters.test | ||
type-qualifiers.test |