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/12780] New: use DW_OP_GNU_entry_value for @entry($var) if possible


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

           Summary: use DW_OP_GNU_entry_value for @entry($var) if possible
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: translator
        AssignedTo: systemtap@sourceware.org
        ReportedBy: fche@redhat.com


A recently added gcc facility exposes saved copies of the incoming
parameters of a function with a DW_OP_GNU_entry tag.  It may be
possible to use this facility for some @entry($var) type constructs,
which would save having to put a k/uprobe at function entry to perform
explicit $var saving.

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