From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 105177 invoked by alias); 8 Nov 2016 18:39:33 -0000 Mailing-List: contact systemtap-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-owner@sourceware.org Received: (qmail 105002 invoked by uid 48); 8 Nov 2016 18:39:20 -0000 From: "fche at redhat dot com" To: systemtap@sourceware.org Subject: [Bug translator/14924] warn on complex $ptr->foo expressions in .return probes Date: Tue, 08 Nov 2016 18:39:00 -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: fche 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: cc 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 X-SW-Source: 2016-q4/txt/msg00049.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=3D14924 Frank Ch. Eigler changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fche at redhat dot com --- Comment #4 from Frank Ch. Eigler --- Created attachment 9616 --> https://sourceware.org/bugzilla/attachment.cgi?id=3D9616&action=3Dedit possible patch A more blunt but not crazy approach, which warns on any probe FOO.return { $var } usage. We could suppress this for tapsets and/or switch them over to @entr= y(). --=20 You are receiving this mail because: You are the assignee for the bug.