From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8925 invoked by alias); 28 Oct 2008 20:13:50 -0000 Received: (qmail 8893 invoked by uid 426); 28 Oct 2008 20:13:49 -0000 Date: Tue, 28 Oct 2008 20:13:00 -0000 Message-ID: <20081028201349.8882.qmail@sourceware.org> From: fche@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-0.7-409-g3cec425 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: d4b35e96eab28e96353b53954111662cf76ced2d X-Git-Newrev: 3cec42574e444b7f91e2d887527bea45348ffb79 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/msg00106.txt.bz2 This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "systemtap: system-wide probe/trace tool". The branch, master has been updated via 3cec42574e444b7f91e2d887527bea45348ffb79 (commit) from d4b35e96eab28e96353b53954111662cf76ced2d (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 3cec42574e444b7f91e2d887527bea45348ffb79 Author: Srikar Dronamraju Date: Tue Oct 28 16:13:01 2008 -0400 PR5274: uretprobe vs. longjmp support ----------------------------------------------------------------------- Summary of changes: testsuite/ChangeLog | 5 +++ testsuite/systemtap.base/bz5274.a.stp | 16 ++++++++++ testsuite/systemtap.base/bz5274.c | 44 +++++++++++++++++++++++++++ testsuite/systemtap.base/bz5274.exp | 50 +++++++++++++++++++++++++++++++ testsuite/systemtap.base/bz5274.exp_out | 12 +++++++ testsuite/systemtap.base/bz5274.sh | 2 + testsuite/systemtap.base/bz5274.stp | 8 +++++ 7 files changed, 137 insertions(+), 0 deletions(-) create mode 100755 testsuite/systemtap.base/bz5274.a.stp create mode 100644 testsuite/systemtap.base/bz5274.c create mode 100755 testsuite/systemtap.base/bz5274.exp create mode 100644 testsuite/systemtap.base/bz5274.exp_out create mode 100755 testsuite/systemtap.base/bz5274.sh create mode 100755 testsuite/systemtap.base/bz5274.stp hooks/post-receive -- systemtap: system-wide probe/trace tool