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 translator/6978] process.syscall extensions: abort, $$parms


------- Additional Comments From wenji dot huang at oracle dot com  2009-07-28 09:46 -------
Created an attachment (id=4091)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=4091&action=view)
patch and testcase to support $$parms

The $$parms can be outputted like
$ sudo stap -e 'probe process.syscall {printf("%s\n",$$parms) exit()}'
$arg1=0x3 $arg2=0xbfe69528 $arg3=0x2004 $arg4=0xbfe69528 $arg5=0xbfe6952c
$arg6=0xbfe6b548

Since there is no type information available, the parameters have to
be printed in hex format.

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=6978

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


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