Displaying 2 results from an estimated 2 matches for "linefragmentheader".
2018 Aug 31
2
PDB questions
...nks 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 llvm-pdbutil's output. You can see it
says "unknown bytes: ...".
read C13 line info 136720 bytes
unknown bytes: f2 00 00 00 60 00 00 00
LineFragmentHeader{ .RelocOffset = 0, .RelocSegment = 5, .Flags =
LineFlags{ .LF_HaveColumns...
2018 Aug 31
2
PDB questions
...apture 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 llvm-pdbutil's output. You can
>> see it says "unknown bytes: ...".
>>
>> read C13 line info 136720 bytes
>> unknown bytes: f2 00 00 00 60 00 00 00
>> LineFragmentHeader{ .RelocOffset = 0, ....