From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16986 invoked by alias); 13 Jun 2012 14:40:58 -0000 Received: (qmail 16479 invoked by uid 9945); 13 Jun 2012 14:40:54 -0000 Date: Wed, 13 Jun 2012 14:40:00 -0000 Message-ID: <20120613144053.16398.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-314-g0386bbc X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: b19be2e289facccfc7874042ab431a6f58bb5a04 X-Git-Newrev: 0386bbcfaf726f9bc1eec798e62229e8e298549c 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/msg00150.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 0386bbcfaf726f9bc1eec798e62229e8e298549c (commit) via 25b24f3675cc75b3740955f9f1098b5c12733a4b (commit) from b19be2e289facccfc7874042ab431a6f58bb5a04 (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 0386bbcfaf726f9bc1eec798e62229e8e298549c Author: Serguei Makarov Date: Wed Jun 13 10:40:03 2012 -0400 PR10299: enable support for arbitrary mangling (first without breaking existing behaviour). commit 25b24f3675cc75b3740955f9f1098b5c12733a4b Author: Serguei Makarov Date: Wed Jun 13 10:33:17 2012 -0400 PR10299 groundwork: tests to check old and new behaviour. ----------------------------------------------------------------------- Summary of changes: dwflpp.cxx | 26 +++--- tapset-netfilter.cxx | 12 +- tapset-procfs.cxx | 8 +- tapsets.cxx | 2 +- testsuite/buildok/newlocals01.stp | 14 +++ testsuite/buildok/oldlocals01.stp | 16 +++ translate.cxx | 210 +++++++++++++++++++++++++------------ translate.h | 9 ++- 8 files changed, 207 insertions(+), 90 deletions(-) create mode 100755 testsuite/buildok/newlocals01.stp create mode 100755 testsuite/buildok/oldlocals01.stp hooks/post-receive -- systemtap: system-wide probe/trace tool