[Bug translator/11553] New: need better message for return probe on inline function
jkenisto at us dot ibm dot com
sourceware-bugzilla@sourceware.org
Wed Apr 28 18:35:00 GMT 2010
If I request a .return probe on a function that the compiler decides to inline,
the error message I get is something like this:
semantic error: no match while resolving probe point
process("./a.out").function("inc").return
... which is technically true, but not as helpful as it could be. It'd be nice
if you could add something like:
(This function is inlined, so no return probe is possible.)
It is indeed documented that you can't have return probes on inline functions;
but have pity on the novice user, who may not be aware of this limitation and/or
gcc's penchant for inlining functions -- even those you've explicitly asked it
not to inline.
--
Summary: need better message for return probe on inline function
Product: systemtap
Version: unspecified
Status: NEW
Severity: normal
Priority: P2
Component: translator
AssignedTo: systemtap at sources dot redhat dot com
ReportedBy: jkenisto at us dot ibm dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=11553
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the Systemtap
mailing list