Displaying 2 results from an estimated 2 matches for "rangesdata".
Did you mean:
rangeddata
2020 Nov 09
1
Fragmented DWARF
...tLineSection().Data;
LineData.slice(*StmtList + 4, PrologueEnd)
...
StringRef FrameData = OrigDwarf.getDWARFObj().getFrameSection().Data;
FrameData.substr(EntryOffset, InitialLength + 4)
...
InputSec = Dwarf.getDWARFObj().getLocSection();
InputSec.Data.substr(Offset, Length);
...
DWARFDataExtractor RangesData(Context.getDWARFObj(), *RangeSection,
isLittleEndian, getAddressByteSize());
uint64_t ActualRangeListOffset = RangeSectionBase + RangeListOffset;
RangeList.extract(RangesData, &ActualRangeListOffset);
i.e. It is possible to access random piece of DWARFSection....
2020 Nov 05
3
Fragmented DWARF
Hi James,
On 05.11.2020 17:59, James Henderson wrote:
> (Resending with history trimmed to avoid it getting stuck in moderator
> queue).
>
> Hi Alexey,
>
> Just an update - I identified the cause of the "Generated debug info
> is broken" error message when I tried to build things locally: the
> `outStreamer` instance is initialised with the host Triple,