From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11753 invoked by alias); 7 Nov 2009 00:12:43 -0000 Received: (qmail 11730 invoked by uid 9586); 7 Nov 2009 00:12:43 -0000 Date: Sat, 07 Nov 2009 00:12:00 -0000 Message-ID: <20091107001243.11719.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.0-192-gd87623a X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 079915a57182ed3e5981190ccf8216c674aa4406 X-Git-Newrev: d87623a1515eada2bd7809b370bf8e7a3294c985 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-q4/txt/msg00090.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 d87623a1515eada2bd7809b370bf8e7a3294c985 (commit) from 079915a57182ed3e5981190ccf8216c674aa4406 (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 d87623a1515eada2bd7809b370bf8e7a3294c985 Author: Josh Stone Date: Fri Nov 6 16:01:10 2009 -0800 Constrain $var-checking for -L of .return probes Normally, using a $var in a return probe create a matching entry probe to save the value. We don't want all this machinery though when we're just checking the accessibility of a $var for -L mode. * tapsets.cxx (dwarf_derived_probe::saveargs): Save/restore has_return while the $var accesses are attempted. ----------------------------------------------------------------------- Summary of changes: tapsets.cxx | 20 ++++++++++---------- 1 files changed, 10 insertions(+), 10 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool