[PATCH] D44328: Support embedding natvis files in PDBs.

Zachary Turner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 12 13:29:48 PDT 2018


zturner planned changes to this revision.
zturner added a comment.

Turns out this is not sufficient to allow the debugger to read the embedded natvis file.  We need to figure out the format of the undocumented `/src/headerblock` stream first.


https://reviews.llvm.org/D44328





More information about the llvm-commits mailing list