From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7286 invoked by alias); 6 May 2009 06:04:48 -0000 Received: (qmail 7209 invoked by uid 9713); 6 May 2009 06:04:47 -0000 Date: Wed, 06 May 2009 06:04:00 -0000 Message-ID: <20090506060447.7194.qmail@sourceware.org> From: wenji@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-0.9.7-63-g74efda8 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 88462544ccc86c37e85d2cf9e88b8a0106d78a14 X-Git-Newrev: 74efda8d847591a2146601ad085e6411340f3e98 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/msg00193.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 74efda8d847591a2146601ad085e6411340f3e98 (commit) from 88462544ccc86c37e85d2cf9e88b8a0106d78a14 (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 74efda8d847591a2146601ad085e6411340f3e98 Author: Wenji Huang Date: Tue May 5 19:26:38 2009 -0400 PR10102: tolerate the failure related to optional probe This patch will make stap silently accept the failure related to optional probe. It puts try/catch around find_and_build which can cover most probe types. The specific treatment for dwarf_derived_probe in commit ed82b7c902d6a2e26452ec51c9cdb9665dbf9e97 is reverted. ----------------------------------------------------------------------- Summary of changes: elaborate.cxx | 16 ++++++++++++---- testsuite/systemtap.base/optionalprobe.stp | 10 +++++++++- 2 files changed, 21 insertions(+), 5 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool