llvm-project/llvm/test/DebugInfo/PDB
Zachary Turner b927e02e1b [pdb] Teach MsfBuilder and other classes about the Free Page Map.
Block 1 and 2 of an MSF file are bit vectors that represent the
list of blocks allocated and free in the file.  We had been using
these blocks to write stream data and other data, so we mark them
as the free page map now.  We don't yet serialize these pages to
the disk, but at least we make a note of what it is, and avoid
writing random data to them.

Doing this also necessitated cleaning up some of the tests to be
more general and hardcode fewer values, which is nice.

llvm-svn: 275629
2016-07-15 22:17:19 +00:00
..
DIA Update llvm-pdbdump to use subcommands. 2016-06-30 17:42:48 +00:00
Inputs [llvm-pdbdump] Restore error messages, handle bad block sizes 2016-04-28 23:47:27 +00:00
pdbdump-headers.test [pdb] Teach MsfBuilder and other classes about the Free Page Map. 2016-07-15 22:17:19 +00:00
pdbdump-write.test [pdb] Use MsfBuilder to handle the writing PDBs. 2016-07-15 22:16:56 +00:00
pdbdump-yaml.test [pdb] Teach MsfBuilder and other classes about the Free Page Map. 2016-07-15 22:17:19 +00:00