This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug uprobes/14882] bring back process("$LIBRARY").statement("$ADDRESS")


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]