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/21403] New: provide something like ppfunc() that also provided the class name of the function


https://sourceware.org/bugzilla/show_bug.cgi?id=21403

            Bug ID: 21403
           Summary: provide something like ppfunc() that also provided the
                    class name of the function
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: translator
          Assignee: systemtap at sourceware dot org
          Reporter: dsmith at redhat dot com
  Target Milestone: ---

It would be nice if there was a way for a function to not just return the
function name the current probe point, but also the class name (assuming we're
in a C++ class).

The problem here is that the pp() information (which is what ppfunc() parses)
has the class name, but in a mangled format. We'd have to add a C++ demangler
for this to work properly.

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