From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15702 invoked by alias); 7 Apr 2010 23:53:13 -0000 Received: (qmail 15678 invoked by uid 9586); 7 Apr 2010 23:53:12 -0000 Date: Wed, 07 Apr 2010 23:53:00 -0000 Message-ID: <20100407235312.15667.qmail@sourceware.org> From: jistone@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.2-43-g1af1e62 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: ea1e477a78969d44aeea51cfc3cbd2e8ed96cfe4 X-Git-Newrev: 1af1e62d9f67237277dd771a0cb78fa6b069742d 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: 2010-q2/txt/msg00016.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 1af1e62d9f67237277dd771a0cb78fa6b069742d (commit) from ea1e477a78969d44aeea51cfc3cbd2e8ed96cfe4 (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 1af1e62d9f67237277dd771a0cb78fa6b069742d Author: Josh Stone Date: Wed Apr 7 16:41:41 2010 -0700 Clean up and clarify semantic_error chaining I consolidated the copy-construction that every target_symbol::chain caller was doing. I also removed the comments that target_symbol errors might be chained due to function wildcards, because it's not true -- each derived instance gets a deep_copy of the probe body. However, @cast can still chain since it may try multiple modules to resolve the casting dereference. ----------------------------------------------------------------------- Summary of changes: staptree.cxx | 5 ++++- staptree.h | 6 ++---- tapset-mark.cxx | 2 +- tapset-procfs.cxx | 2 +- tapset-utrace.cxx | 2 +- tapsets.cxx | 17 ++++++----------- 6 files changed, 15 insertions(+), 19 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool