A PDB can be thought of as a very simple file system. It is
occasionally illuminating to see the contents of the underlying files.
Details
Details
Diff Detail
Diff Detail
Event Timeline
tools/llvm-pdbdump/llvm-pdbdump.cpp | ||
---|---|---|
87–92 | Can we refer to these as streams instead of files? The fact that it's implemented as a file-system like thing is kind of an implementation detail, and I think it's a little confusing for people to see something like dump-file-sizes and get something back that is different than the size of the actual PDB file. |
Can we refer to these as streams instead of files? The fact that it's implemented as a file-system like thing is kind of an implementation detail, and I think it's a little confusing for people to see something like dump-file-sizes and get something back that is different than the size of the actual PDB file.