[Bug translator/21403] New: provide something like ppfunc() that also provided the class name of the function
dsmith at redhat dot com
sourceware-bugzilla@sourceware.org
Thu Apr 20 13:57:00 GMT 2017
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.
More information about the Systemtap
mailing list