search for: debugchecksumssubsectionref

Displaying 2 results from an estimated 2 matches for "debugchecksumssubsectionref".

2018 Aug 31
2
PDB questions
...llvm’s library rather than porting it? It certainly seems like less work On Thu, Aug 30, 2018 at 11:49 PM Andrew Kelley <superjoe30 at gmail.com> wrote: > One more: > > 3. In the purpose of mapping source file index to string, I found this > code: > > Expected<codeview::DebugChecksumsSubsectionRef> > ModuleDebugStreamRef::findChecksumsSubsection() const { > codeview::DebugChecksumsSubsectionRef Result; > for (const auto &SS : subsections()) { > if (SS.kind() != DebugSubsectionKind::FileChecksums) > continue; > > if (auto EC = Result.initialize(SS...
2018 Aug 31
2
PDB questions
Zachary, Thanks for the help on IRC earlier. I've got code that can capture a stack trace and then discover for each address, its module, function, source index, line, and column. I still have a couple of loose ends though. Do you know what's going on here? 1. There appears to be 8 bytes before every LineFragmentHeader. Here's some of my own debug output, which matches