search for: readarray

Displaying 3 results from an estimated 3 matches for "readarray".

2018 Aug 31
2
PDB questions
...> } > return Result; > } > > Subsections() is populated here: > > if (auto EC = Reader.readSubstream(C13LinesSubstream, C13Size)) > return EC; > > BinaryStreamReader SymbolReader(SymbolsSubstream.StreamData); > if (auto EC = > SymbolReader.readArray(SymbolArray, > SymbolReader.bytesRemaining())) > return EC; > > BinaryStreamReader SubsectionsReader(C13LinesSubstream.StreamData); > if (auto EC = SubsectionsReader.readArray(Subsections, > > SubsectionsReader.bytesRemaining())) > return EC; > > So it look...
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
2013 Dec 13
17
[Bug 10322] New: Slow Performance over Network rsync
https://bugzilla.samba.org/show_bug.cgi?id=10322 Summary: Slow Performance over Network rsync Product: rsync Version: 3.1.0 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P5 Component: core AssignedTo: wayned at samba.org ReportedBy: Joerg.Grube at Gmx.De