From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11982 invoked by alias); 6 Jun 2012 18:59:54 -0000 Received: (qmail 11929 invoked by uid 9896); 6 Jun 2012 18:59:52 -0000 Date: Wed, 06 Jun 2012 18:59:00 -0000 Message-ID: <20120606185952.11917.qmail@sourceware.org> From: cmeek@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.7-286-ge19ebcf X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 985892de26421af1689dc6ecdfde9cc74208548c X-Git-Newrev: e19ebcf70ab20d61d845d67f1d82352891f404e0 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: 2012-q2/txt/msg00127.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 e19ebcf70ab20d61d845d67f1d82352891f404e0 (commit) from 985892de26421af1689dc6ecdfde9cc74208548c (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 e19ebcf70ab20d61d845d67f1d82352891f404e0 Author: Chris Meek Date: Wed Jun 6 14:57:26 2012 -0400 PR13516: Wrapped exception throwing in function Now uses assert_no_exception() rather than directly checking pending_interrupts. ----------------------------------------------------------------------- Summary of changes: buildrun.cxx | 2 +- csclient.cxx | 10 +++++----- dwflpp.cxx | 14 +++++++------- elaborate.cxx | 26 +++++++++++++------------- main.cxx | 24 ++++++++++++------------ session.cxx | 4 +++- session.h | 2 ++ setupdwfl.cxx | 4 ++-- tapsets.cxx | 4 ++-- translate.cxx | 14 +++++++------- 10 files changed, 54 insertions(+), 50 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool