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 tapsets/10461] New: Enhance support for probing C++ binaries


stap can already somewhat support C++, just because of the similarity to C.  To
have better support we need:

- proper handling of C++-name mangling when specifying the function to probe.
- support for C++-specific types -- classes, references, etc.

(bonus)
- library functions to simplify accessing the contents of some common STL types,
like string and vector.
- tapsets for throwing & catching exceptions.

Anything else?

-- 
           Summary: Enhance support for probing C++ binaries
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: tapsets
        AssignedTo: systemtap at sources dot redhat dot com
        ReportedBy: jistone at redhat dot com


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

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