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 dyninst/15387] New: Add stapdyn functions to get/set errno


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

             Bug #: 15387
           Summary: Add stapdyn functions to get/set errno
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: dyninst
        AssignedTo: systemtap@sourceware.org
        ReportedBy: jistone@redhat.com
    Classification: Unclassified


On entering handlers from within Dyninst, we currently save the current errno
and restore it as we leave, so we don't destroy its value by anything called
from the handler.  However, some scripts may wish to retrieve the process'
original errno for analysis, and maybe even set it to something else.  We could
conceivable provide tapset functions to get/set our saved errno.

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