From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31316 invoked by alias); 8 Apr 2009 10:45:22 -0000 Received: (qmail 31200 invoked by uid 9112); 8 Apr 2009 10:45:16 -0000 Date: Wed, 08 Apr 2009 10:45:00 -0000 Message-ID: <20090408104516.31182.qmail@sourceware.org> From: mark@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-0.9.5-98-gdc31eb3 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 07cee54d6fb720d4300972aaff9300ac8028c88d X-Git-Newrev: dc31eb39ab70d9d6b81d1ab02fd49795a4d8f2d0 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-q2/txt/msg00049.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 dc31eb39ab70d9d6b81d1ab02fd49795a4d8f2d0 (commit) from 07cee54d6fb720d4300972aaff9300ac8028c88d (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 dc31eb39ab70d9d6b81d1ab02fd49795a4d8f2d0 Author: Mark Wielaard Date: Wed Apr 8 12:35:01 2009 +0200 Omit symbols that have suspicious addresses (before base) from symbol table. * translate.cxx (dump_unwindsyms): Filter out sym.st_value < base values. ----------------------------------------------------------------------- Summary of changes: translate.cxx | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool