From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8205 invoked by alias); 15 May 2013 04:39:26 -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 8171 invoked by uid 48); 15 May 2013 04:39:22 -0000 From: "jistone at redhat dot com" To: systemtap@sourceware.org Subject: [Bug translator/14297] stap -l and pn() fail to expand complex wildcards Date: Wed, 15 May 2013 04: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-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: jistone at redhat dot com X-Bugzilla-Status: REOPENED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: systemtap at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 X-SW-Source: 2013-q2/txt/msg00132.txt.bz2 http://sourceware.org/bugzilla/show_bug.cgi?id=14297 --- Comment #4 from Josh Stone 2013-05-15 04:39:22 UTC --- Also weird to me: $ stap -l 'process("stap").plt' process("stap").plt $ stap -l 'process("stap").pl*' process("stap").plt("CERT_AddExtension").statement(4246512)? process("stap").plt("CERT_AsciiToName").statement(4244352)? process("stap").plt("CERT_ChangeCertTrust").statement(4248304)? process("stap").plt("CERT_CreateCertificate").statement(4246528)? ... I'd expect the "pl*" to simply expand to "plt", and then list the same way as the first version does. Maybe you could argue that both forms should spell out all the names, but not with the statements IMO. -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.