[Bug translator/7045] user-space probe x86 on x86-64 host
dsmith at redhat dot com
sourceware-bugzilla@sourceware.org
Mon Dec 8 15:35:00 GMT 2008
------- Additional Comments From dsmith at redhat dot com 2008-12-08 15:33 -------
(In reply to comment #4)
> Yeah
> stap -e 'probe process("./hello").function("*").call {}' failed due to
> mismatched elf.
>
> But
> stap -e 'probe process("./hello").syscall {}' gets rid of the checking elf.
Here's a small clarification of the last example above (the ".syscall" one).
That example doesn't check the debuginfo because it doesn't need debuginfo
(internally that example uses utrace which doesn't require debuginfo). So, the
fact that the .syscall probe doesn't check matching debuginfo is by design.
--
http://sourceware.org/bugzilla/show_bug.cgi?id=7045
------- 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