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/5376] Stap does not check incorrect probe point syntax


------- Additional Comments From mhiramat at redhat dot com  2007-11-27 23:04 -------
Created an attachment (id=2111)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=2111&action=view)
A bugfix patch for wildcard parsing.

This patch will fix the first and the second issue.

With this patch, parser treats '*'(wildcard) in probe points as an alphabet.
However, there is a side-effect that this patch allows consecutive wildcards
(ex. "probe a** {}").

I'm not sure why the consecutive wildcards have been restricted. I think
it could be allowed like as bash.


-- 


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

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


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