[Bug dyninst/15586] New: Dyninst does not support probefunc()
swagiaal at redhat dot com
sourceware-bugzilla@sourceware.org
Wed Jun 5 18:58:00 GMT 2013
http://sourceware.org/bugzilla/show_bug.cgi?id=15586
Bug ID: 15586
Summary: Dyninst does not support probefunc()
Product: systemtap
Version: unspecified
Status: NEW
Severity: normal
Priority: P2
Component: dyninst
Assignee: systemtap at sourceware dot org
Reporter: swagiaal at redhat dot com
running something like:
stap --runtime=dyninst -c './example' -e 'probe
process.function("bar").call{log(probefunc())}'
semantic error: unresolved arity-0 function: identifier 'probefunc' at
<input>:1:40
source: probe process.function("bar").call{log(probefunc())}
^
Pass 2: analysis failed. [man error::pass2]
This of course works:
stap -c './example' -e 'probe process.function("bar").call{log(probefunc())}'
bar
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Systemtap
mailing list