From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 984203858C36; Tue, 24 Oct 2023 20:00:53 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 984203858C36 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1698177653; bh=hTXPJe9W1ucPxjvQAUjvZTBh/MHnutSrhb6uzhzFZCQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=BXDt3XGv1Wg95O19t6IAb2KESgYT21xqEUbWvRgZXV+/YARe3IX/AocPWZS70ZYoM 7JwYdXV3fTwLy0UmsClFuPLQl43LbYlFPXH38N7qBSNZcc5b/YfRPNGvHpdCq6idg8 MrclfhzzUnyBJstMlQH+UdjfWw4gLZZGPdbV8BjM= From: "amerey at redhat dot com" To: elfutils-devel@sourceware.org Subject: [Bug debuginfod/30000] introduce new srcfiles tool Date: Tue, 24 Oct 2023 20:00:52 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: elfutils X-Bugzilla-Component: debuginfod X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: amerey at redhat dot com X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: serhei at serhei dot io X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc resolution bug_status Message-ID: In-Reply-To: References: 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 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D30000 Aaron Merey changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |amerey at redhat dot com Resolution|--- |FIXED Status|NEW |RESOLVED --- Comment #2 from Aaron Merey --- srcfiles tool has been added in the following commit commit cb4f0e0fffbcdb124bd1b82f558095a9c7aa64b1 Author: Housam Alamour Date: Thu Sep 7 14:29:19 2023 -0400 PR 30000: debuginfod-find should have a source-list verb * seclines.cxx: Introduce new tool that compiles a list of source files associated with a specified dwarf/elf file. This compilation relies on searching the dwarf debug information, which can be automatically retrieved via debuginfod using libdwfl functions when required. The target file can encompass various types, such as an executable, a coredump, a running process, or the currently executing kernel. The source file names are rendered as unique entries and then displayed on the standard output. * run-srcfiles-self.sh: New test-case for tool. https://sourceware.org/bugzilla/show_bug.cgi?id=3D30000 Signed-off-by: Housam Alamour --=20 You are receiving this mail because: You are on the CC list for the bug.=