This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug translator/14297] stap -l and pn() fail to expand complex wildcards


http://sourceware.org/bugzilla/show_bug.cgi?id=14297

--- Comment #4 from Josh Stone <jistone at redhat dot com> 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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]