From b6b2628a5b1c35e54c71fe200cc03d57cb72668e Mon Sep 17 00:00:00 2001 From: jistone Date: Fri, 2 Jun 2006 19:11:43 +0000 Subject: 2006-06-02 Josh Stone * testsuite/buildok/process_test.stp: add signal_handle test * examples/small_demos/proc_snoop.stp: log signal_handle --- examples/small_demos/proc_snoop.stp | 2 -- 1 file changed, 2 deletions(-) (limited to 'examples') diff --git a/examples/small_demos/proc_snoop.stp b/examples/small_demos/proc_snoop.stp index 5b46d343..df0f2c81 100755 --- a/examples/small_demos/proc_snoop.stp +++ b/examples/small_demos/proc_snoop.stp @@ -50,8 +50,6 @@ probe process.signal_send { shared? " [SHARED]" : "")) } -/* FIXME this probepoint is not fully implemented probe process.signal_handle { report(sprintf("sighandle %d (%s)", signal, signal_name)) } -*/ -- cgit