Re: [Dwarf-discuss] Facing a issue in contents of dwarf debug info section in an ELF file

2023-09-25 Thread Kyle Huey via Dwarf-discuss
Most likely the .debug_info section is SHF_COMPRESSED. Try compiling with -gz=none. - Kyle On Mon, Sep 25, 2023, 1:36 PM Rishi Raj via Dwarf-discuss < dwarf-discuss@lists.dwarfstd.org> wrote: > > > I am trying to implement a dwarf parser in C++

Re: [Dwarf-discuss] Facing a issue in contents of dwarf debug info section in an ELF file

2023-09-25 Thread Rishi Raj via Dwarf-discuss
Thanks, it worked. On Mon, 25 Sept 2023, 12:42 Kyle Huey, wrote: > Most likely the .debug_info section is SHF_COMPRESSED. Try compiling with > -gz=none. > > - Kyle > > On Mon, Sep 25, 2023, 1:36 PM Rishi Raj via Dwarf-discuss < > dwarf-discuss@lists.dwarfstd.org> wrote: > >>

Re: [Dwarf-discuss] [DWARF5] .debug_names + fdebug-types-sections

2023-09-25 Thread David Blaikie via Dwarf-discuss
On Fri, Sep 15, 2023 at 2:45 PM Alexander Yermolovich via Dwarf-discuss wrote: > > Hello > > I am trying to enable debug names acceleration table with > fdebug-types-sections in LLVM. One part I am not sure about is the local TU > list. It contains an offset into .debug_info section. All the ent