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/3678] New: Support structures as a data type in systemtap language


I've run into many cases where structure support would be useful. For example,
there's currently no way to return multiple values from a function.  That would
be possible if a function could return a structure.  Also, I often need to keep
multiple values for a given array index.  Right now each value needs its own
array.  I'd rather group these values together and keep them in one array, which
structures would allow.

-- 
           Summary: Support structures as a data type in systemtap language
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: translator
        AssignedTo: systemtap at sources dot redhat dot com
        ReportedBy: mmlnx at us dot ibm dot com


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

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