search for: dwarfobj

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

Did you mean: dwarfo
2020 Nov 09
1
Fragmented DWARF
...both those > figures in my original post in this thread. I mean the run-time memory usage of DebugInfoDWARF library. Currently, when Object file is loaded and DWARFContext class is created the DWARFContext references section data from object::ObjectFile: DWARFContext(std::unique_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;  ...
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,