From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3664 invoked by alias); 20 Apr 2009 23:45:33 -0000 Received: (qmail 3635 invoked by uid 9512); 20 Apr 2009 23:45:30 -0000 Date: Mon, 20 Apr 2009 23:45:00 -0000 Message-ID: <20090420234529.3622.qmail@sourceware.org> From: kenistoj@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-0.9.5-169-g436e5bf X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: d1b6c2866b35575219fb36fa2307c9f87e876750 X-Git-Newrev: 436e5bf634020bcb9f98967891508db21f9e6cbd 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: 2009-q2/txt/msg00098.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 436e5bf634020bcb9f98967891508db21f9e6cbd (commit) from d1b6c2866b35575219fb36fa2307c9f87e876750 (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 436e5bf634020bcb9f98967891508db21f9e6cbd Author: Jim Keniston Date: Mon Apr 20 16:39:26 2009 -0700 PR10078: uretprobes on functions returning structs/unions arch_predict_sp_at_ret() for x86_32 now accommodates ret $4. Added bz10078 regression test. ----------------------------------------------------------------------- Summary of changes: runtime/uprobes/uprobes_i386.c | 13 +++++++++++- runtime/uprobes/uprobes_x86.c | 13 +++++++++++- runtime/uprobes2/uprobes_x86.h | 13 +++++++++++- testsuite/systemtap.base/bz10078.c | 22 +++++++++++++++++++++ testsuite/systemtap.base/bz10078.exp | 35 ++++++++++++++++++++++++++++++++++ testsuite/systemtap.base/bz10078.stp | 4 +++ 6 files changed, 97 insertions(+), 3 deletions(-) create mode 100644 testsuite/systemtap.base/bz10078.c create mode 100644 testsuite/systemtap.base/bz10078.exp create mode 100644 testsuite/systemtap.base/bz10078.stp hooks/post-receive -- systemtap: system-wide probe/trace tool