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/5377] Wildcards following the dwarf probe are expanded incorrectly


------- Additional Comments From dsmith at redhat dot com  2007-11-21 20:33 -------
This appears to be a bug in the wildcard logic.  The current logic seems to work
correctly, unless the wildcard is in the last token (which is the case you've
found).  This doesn't just apply to dwarf probes, it applies to all probes.  For
instance:

  # stap -p2 -e 'probe be* {}'
  # probes
  be* /* <- be* */

Should look like:

  # stap -p2 -e 'probe be* {}'
  # probes
  begin /* <- be* */


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|systemtap at sources dot    |dsmith at redhat dot com
                   |redhat dot com              |
             Status|NEW                         |ASSIGNED


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

------- 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]