From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29728 invoked by alias); 25 Feb 2010 18:39:08 -0000 Received: (qmail 29698 invoked by uid 426); 25 Feb 2010 18:39:07 -0000 Date: Thu, 25 Feb 2010 18:39:00 -0000 Message-ID: <20100225183907.29684.qmail@sourceware.org> From: fche@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.1-115-gc69a87e X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: e7227e90cd1414b2d02884617da0346134892526 X-Git-Newrev: c69a87e094e5e66daee8399838c8475f023ddc04 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-q1/txt/msg00156.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 c69a87e094e5e66daee8399838c8475f023ddc04 (commit) from e7227e90cd1414b2d02884617da0346134892526 (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 c69a87e094e5e66daee8399838c8475f023ddc04 Author: Frank Ch. Eigler Date: Thu Feb 25 13:33:28 2010 -0500 PR11005: @defined part 2: clarify/standardize internal handling of unresolvable $variables * staptree.cxx (target_symbol::chain): New function. * staptree.h: Declare it. * (*): Use it instead of hand-chaining to target_symbol->saved_conversion_error. * tapset-mark.cxx (*::visit_target_symbol): Chain resolution error object, do not throw. * tapset-procfs.cxx (*::visit_target_symbol): Ditto. * tapset-utrace.cxx (*::visit_target_symbol): Ditto. * tapsets.cxx (*::visit_target_symbol): Ditto. (*::visit_defined_op): Explain & enforce the above. * testsuite/semok/thirtysix.stp: Expand. * testsuite/systemtap.base/sdt_misc.exp: Bonus fix: make work with blddir != srcdir. ----------------------------------------------------------------------- Summary of changes: staptree.cxx | 8 + staptree.h | 3 +- tapset-mark.cxx | 31 ++- tapset-procfs.cxx | 182 +++++++------- tapset-utrace.cxx | 37 ++- tapsets.cxx | 452 ++++++++++++++++----------------- testsuite/semok/thirtysix.stp | 42 ++- testsuite/systemtap.base/sdt_misc.exp | 2 +- 8 files changed, 400 insertions(+), 357 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool