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/12728] New: allow probing mangled names from the symbol table


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

           Summary: allow probing mangled names from the symbol table
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: translator
        AssignedTo: systemtap@sourceware.org
        ReportedBy: jistone@redhat.com


Following up on bug #11880 comment #3, it would be nice if we could support
probing mangled names that only exist in the symbol table.  From that bug we
gained the ability to probe based on MIPS_linkage_name, but that DWARF
attribute doesn't always exist on functions of interest.  Particularly,
constructors and deconstructors seem to never have MIPS_linkage_name, so the
symbol table is the only source available for the mangled name.

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