search for: getframesection

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

Did you mean: ehframesection
2020 Nov 09
1
Fragmented DWARF
...nique_ptr<const DWARFObject> DObj,..) DWARFObjInMemory(const object::ObjectFile &Obj, ...) class DWARFObjInMemory {   const DWARFSection &getLocSection() const;   const DWARFSection &getLoclistsSection() const;   StringRef getArangesSection() const;   const DWARFSection &getFrameSection() const;   const DWARFSection &getEHFrameSection() const;   const DWARFSection &getLineSection() const;   StringRef getLineStrSection() const; } class DWARFUnit {   DWARFContext &Context;   /// Section containing this DWARFUnit.   const DWARFSection &InfoSection; } struct DW...
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,