Re: [Dwarf-Discuss] Asm syntax for DWARF 5 line table info

2018-06-18 Thread Nick Clifton via Dwarf-Discuss
Hi Paul, >>> I propose to add a new optional clause to the .file directive, like so: >>> >>> .file filenumber [ "directory" ] "path" [ md5 checksum ] This suggestion is fine with me. (And the file 0 enhancement). Are you offering to provide an implementation ? It would help if you could fi

Re: [Dwarf-Discuss] Asm syntax for DWARF 5 line table info

2018-06-15 Thread Nick Clifton via Dwarf-Discuss
Hi Paul, > I have been working on adding DWARF 5 support to LLVM, and some of > that support requires some assembler syntax tweaks. It has been > suggested that I publicize those tweaks outside of the LLVM world, > and this list seems like the most likely place to find the people > who would be

Re: [Dwarf-Discuss] doubt parsing CIE in eh_frame

2016-06-01 Thread Nick Clifton
Hi David, > The bug in readelf (I think) is at the end of display_debug_frames() in > dwarf.c (binutils directory). > > The frame_display_row call is a bit odd if all that exist are nops and > results in the rax output I am currently testing out the attached patch. I am not sure however if it i