From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6998 invoked by alias); 16 Apr 2010 20:50:34 -0000 Received: (qmail 6959 invoked by uid 426); 16 Apr 2010 20:50:32 -0000 Date: Fri, 16 Apr 2010 20:50:00 -0000 Message-ID: <20100416205032.6948.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.2-57-gef06c93 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 9f61fc1de5a2e0856917bf1d0318dd30d5a80a46 X-Git-Newrev: ef06c938b7329453540adca5e62b5d96b67b6dea 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/msg00026.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 ef06c938b7329453540adca5e62b5d96b67b6dea (commit) from 9f61fc1de5a2e0856917bf1d0318dd30d5a80a46 (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 ef06c938b7329453540adca5e62b5d96b67b6dea Author: Frank Ch. Eigler Date: Fri Apr 16 16:38:41 2010 -0400 PR11508: stap --ldd option for automagic shared library scanning * session.h, main.cxx (unwindsym_ldd): New flag. * translate.cxx (add_unwindsym_ldd): New function to perform ldd scan. * NEWS, stap.1.in: Document it. * testsuite/buildok/thirtythree.stp: Lightly test it. ----------------------------------------------------------------------- Summary of changes: NEWS | 4 ++ main.cxx | 8 ++++ session.h | 1 + stap.1.in | 6 +++ testsuite/buildok/thirtythree.stp | 5 +++ translate.cxx | 69 +++++++++++++++++++++++++++++++++++++ 6 files changed, 93 insertions(+), 0 deletions(-) create mode 100755 testsuite/buildok/thirtythree.stp hooks/post-receive -- systemtap: system-wide probe/trace tool