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/6954] New: ++ operations not triggering automatic global printing


Further to bug #5686, code such as this should also trigger the automatic
global value printing logic:

  probe foo { var ++ }
  global var

but it doesn't, because the tree analysis visitor used for this purpose
treats the "++" operation as both read and write of the variable.  This
may be true for locking or some other purposes, but given that the value
is thrown away, it really is just a "write".  Therefore it should trigger
automagic printing.

-- 
           Summary: ++ operations not triggering automatic global printing
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: translator
        AssignedTo: systemtap at sources dot redhat dot com
        ReportedBy: fche at redhat dot com


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

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