From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 206EC3858417; Fri, 3 Nov 2023 14:00:22 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 206EC3858417 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1699020022; bh=81FfQSNrJRv/67FXSECWeBa6gekvFMP3EwG977YsCGU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Pf6+W/F7Pqfyljg1+8ablpVlnjK8//S4NJVHRP7Sof8H38Hn+vlNPV+dD9phbXc2G TyRNtkqRmtpCHTJz9QBHbiGiBykGjChAnYkZMZq4TJWvcIdc8VdnboQ3QYlDl5uuNs XG26inuOCUIkt7oYhgeCj17HbSCPxkfVSKrh1tkM= From: "wcohen at redhat dot com" To: systemtap@sourceware.org Subject: [Bug translator/31028] Systemtap doesn't find probe points for process.function("*").callee("*")' in code with DWARF5 debuginfo Date: Fri, 03 Nov 2023 14:00:21 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: systemtap X-Bugzilla-Component: translator X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: wcohen at redhat dot com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: systemtap at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created 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=3D31028 --- Comment #1 from William Cohen --- Created attachment 15206 --> https://sourceware.org/bugzilla/attachment.cgi?id=3D15206&action=3Ded= it WIP patch to add dwarf5 callee support This is a non-working patch attempting to add the dwarf5 callee support. It has changes in the general area expected for the callee checks, but does= not currently provide any expected matches with the simple: stap -l 'process.function("foo").callee("bar")' -c listing_mode --=20 You are receiving this mail because: You are the assignee for the bug.=