From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24769 invoked by alias); 14 Sep 2017 19:25:35 -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 24705 invoked by uid 48); 14 Sep 2017 19:25:32 -0000 From: "fweimer at redhat dot com" To: elfutils-devel@sourceware.org Subject: [Bug tools/22138] New: Support marking "debug" info files with special ET_GNU_DEBUG_* values. Date: Thu, 14 Sep 2017 19:25: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: fweimer 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 blocked target_milestone 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/msg00107.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=3D22138 Bug ID: 22138 Summary: Support marking "debug" info files with special ET_GNU_DEBUG_* values. Product: elfutils Version: unspecified Status: NEW Severity: normal Priority: P2 Component: tools Assignee: unassigned at sourceware dot org Reporter: fweimer at redhat dot com CC: carlos at redhat dot com, elfutils-devel at sourceware = dot org, fweimer at redhat dot com, unassigned at sourceware dot= org Blocks: 22101 Target Milestone: --- +++ This bug was initially created as a clone of Bug #22136 +++ We need a way to identify "debug" info files, which appear like they are ELF files but if inspected are actually missing a lot of information and can't = be properly parsed without the original DSO or executable. To that end I suggest we adopt: * ET_GNU_DEBUG_EXEC * ET_GNU_DEBUG_DYN * ET_GNU_DEBUG_REL As ways to mark these files a debug information files. We can place them in= to the OS-specific area, and audit that we don't overlap anything important fr= om other OSs. We would need new binutils options to edit, adjust and set the "debug"-ness= of files. Referenced Bugs: https://sourceware.org/bugzilla/show_bug.cgi?id=3D22101 [Bug 22101] Dynamic loader must ignore "debug" shared objects e.g. ET_GNU_DEBUG_* --=20 You are receiving this mail because: You are on the CC list for the bug.