From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 64678 invoked by alias); 19 Jul 2017 17:54:43 -0000 Mailing-List: contact elfutils-devel-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Post: List-Help: List-Subscribe: Sender: elfutils-devel-owner@sourceware.org Received: (qmail 59675 invoked by uid 48); 19 Jul 2017 17:54:39 -0000 From: "woodard at redhat dot com" To: elfutils-devel@sourceware.org Subject: [Bug tools/21792] New: Decode DWARF5 in eu-readelf Date: Wed, 19 Jul 2017 17:54:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: elfutils X-Bugzilla-Component: tools X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: woodard at redhat dot com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter cc target_milestone attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2017-q3/txt/msg00029.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=3D21792 Bug ID: 21792 Summary: Decode DWARF5 in eu-readelf Product: elfutils Version: unspecified Status: NEW Severity: normal Priority: P2 Component: tools Assignee: unassigned at sourceware dot org Reporter: woodard at redhat dot com CC: elfutils-devel at sourceware dot org Target Milestone: --- Created attachment 10274 --> https://sourceware.org/bugzilla/attachment.cgi?id=3D10274&action=3Ded= it clang compiled object that includes the example above We are starting to use Clang 4.0.0 at LLNL and it is emitting some DWARF5 opcodes. Please add DWARF5 decoding to eu-readelf. For example: #include #include std::vector var; and tangentially I saw something in the DWARF which neither readelf or eu-readelf understands. [ 7e1] namespace name (strp) "__cxx11" decl_file (data1) 1 decl_line (data2) 2214 ??? (0x89) (flag_present) yes Since clang is already emitting some DWARF5 we should at least be able to decode what it is emitting reliably. --=20 You are receiving this mail because: You are on the CC list for the bug.