From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10831 invoked by alias); 29 Jul 2008 17:36:37 -0000 Received: (qmail 10798 invoked by uid 9563); 29 Jul 2008 17:36:25 -0000 Date: Tue, 29 Jul 2008 17:36:00 -0000 Message-ID: <20080729173625.10796.qmail@sourceware.org> From: cmoller@sourceware.org To: systemtap-cvs@sourceware.org Subject: froggy ChangeLog README froggy-test.c froggy.c ... Mailing-List: contact systemtap-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-cvs-owner@sourceware.org List-Archive: X-SW-Source: 2008-q3/txt/msg00080.txt.bz2 CVSROOT: /cvs/systemtap Module name: froggy Changes by: cmoller@sourceware.org 2008-07-29 17:36:25 Modified files: . : ChangeLog README froggy-test.c froggy.c froggy.h Log message: * froggy.c: Added code to utrace_attach the client process and used that catch the report_clone resulting from fork() and utrace_attach()ing the resultant child proc. The result of all this is that executable files can be attached when started, equivalent to PTRACE_TRACEME. * froggy-test.c: Added code to test the above. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/froggy/ChangeLog.diff?cvsroot=systemtap&r1=1.9&r2=1.10 http://sourceware.org/cgi-bin/cvsweb.cgi/froggy/README.diff?cvsroot=systemtap&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/froggy/froggy-test.c.diff?cvsroot=systemtap&r1=1.8&r2=1.9 http://sourceware.org/cgi-bin/cvsweb.cgi/froggy/froggy.c.diff?cvsroot=systemtap&r1=1.9&r2=1.10 http://sourceware.org/cgi-bin/cvsweb.cgi/froggy/froggy.h.diff?cvsroot=systemtap&r1=1.7&r2=1.8