This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
[Bug uprobes/14882] bring back process("$LIBRARY").statement("$ADDRESS")
- From: "fche at redhat dot com" <sourceware-bugzilla at sourceware dot org>
- To: systemtap at sourceware dot org
- Date: Tue, 27 Nov 2012 17:21:51 +0000
- Subject: [Bug uprobes/14882] bring back process("$LIBRARY").statement("$ADDRESS")
- Auto-submitted: auto-generated
- References: <bug-14882-6586@http.sourceware.org/bugzilla/>
http://sourceware.org/bugzilla/show_bug.cgi?id=14882
Frank Ch. Eigler <fche at redhat dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |fche at redhat dot com
--- Comment #1 from Frank Ch. Eigler <fche at redhat dot com> 2012-11-27 17:21:51 UTC ---
Passing the address properly (not as a string) still generates the same error:
stap -p4 -e 'probe process("./stap").statement(0xbfdf) {}'
semantic error: while resolving probe point: identifier 'process' at
<input>:1:7
source: probe process("./stap").statement(0xbfdf) {}
--
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.