From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14651 invoked by alias); 13 Jun 2012 17:23:15 -0000 Received: (qmail 14599 invoked by uid 9945); 13 Jun 2012 17:23:14 -0000 Date: Wed, 13 Jun 2012 17:23:00 -0000 Message-ID: <20120613172314.14588.qmail@sourceware.org> From: serhei@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.7-318-g47ef763 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: b7b482fb184cef6e2089f3f01dfd6b24751f717b X-Git-Newrev: 47ef763543a0b59640c26c31e7bc232a7b5ea43a 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/msg00154.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 47ef763543a0b59640c26c31e7bc232a7b5ea43a (commit) from b7b482fb184cef6e2089f3f01dfd6b24751f717b (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 47ef763543a0b59640c26c31e7bc232a7b5ea43a Author: Serguei Makarov Date: Wed Jun 13 13:21:31 2012 -0400 PR10299: enable locals mangling in translate.cxx. It is now *required* to use STAP_ARG_* and STAP_RETVALUE to access parameters in embedded-C functions -- the actual underlying names and locations of the parameters are subject to be changed/renamed arbitrarily. ----------------------------------------------------------------------- Summary of changes: translate.cxx | 8 ++------ 1 files changed, 2 insertions(+), 6 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool