From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31005 invoked by alias); 23 Oct 2008 20:44:12 -0000 Received: (qmail 30992 invoked by uid 9563); 23 Oct 2008 20:44:11 -0000 Date: Thu, 23 Oct 2008 20:44:00 -0000 Message-ID: <20081023204411.30990.qmail@sourceware.org> From: cmoller@sourceware.org To: systemtap-cvs@sourceware.org Subject: froggy/froggy module/ChangeLog module/control. ... 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: Reply-To: systemtap@sourceware.org X-SW-Source: 2008-q4/txt/msg00078.txt.bz2 CVSROOT: /cvs/systemtap Module name: froggy Changes by: cmoller@sourceware.org 2008-10-23 20:44:11 Modified files: froggy/module : ChangeLog control.c froggy-private.h fs.c reports.c froggy/test : ChangeLog test-open.c Log message: * test-open.c: Added code to interpret non-option command-line args to be interpreted as binaries to be started and attaching to them. This makes, e.g., "./test-open ./spinner" act like a mini-strace on spinner. Also supports mutiple targets: "./test-open ./spinner ./spinner" * fs.c: * control.c: Added code to catch report_cone on the client process and attach to it--part of the process attaching to attaching to binaries started by the client via fork()/exec(). Fixed a teardown interaction between client reap and the debugfs froggy pseudo-file .release. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/froggy/froggy/module/ChangeLog.diff?cvsroot=systemtap&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/froggy/froggy/module/control.c.diff?cvsroot=systemtap&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/froggy/froggy/module/froggy-private.h.diff?cvsroot=systemtap&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/froggy/froggy/module/fs.c.diff?cvsroot=systemtap&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/froggy/froggy/module/reports.c.diff?cvsroot=systemtap&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/froggy/froggy/test/ChangeLog.diff?cvsroot=systemtap&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/froggy/froggy/test/test-open.c.diff?cvsroot=systemtap&r1=1.3&r2=1.4