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/14703] New: Add runtime/dyninst support for symbols & backtracing


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

             Bug #: 14703
           Summary: Add runtime/dyninst support for symbols & backtracing
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: dyninst
        AssignedTo: systemtap@sourceware.org
        ReportedBy: jistone@redhat.com
    Classification: Unclassified


The dyninst runtime currently lacks any symbol resolution or backtrace
functions.

I'm not sure how much this is possible, with all the rewriting that dyninst
does to the process.  I'm not aware of any mutatee-side APIs to help out here. 
But for the first level uaddr(), at least, the pt_regs are currently passing
the original PC location.  We might also be able to inspect live unwind info,
especially if Dyninst's fix for PR14702 updates the appropriate sections.

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