From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20370 invoked by alias); 24 Jun 2009 12:27:35 -0000 Received: (qmail 20341 invoked by uid 9112); 24 Jun 2009 12:27:34 -0000 Date: Wed, 24 Jun 2009 12:27:00 -0000 Message-ID: <20090624122734.20330.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.8-104-gf77540f X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 123ed3dad4423edf313f3218b3d63804b7edfc47 X-Git-Newrev: f77540fe71e8237942fe28cc3c2ffd5ad9f10a8d 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/msg00361.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 f77540fe71e8237942fe28cc3c2ffd5ad9f10a8d (commit) via 1f8592d1a615bef5bad1f255e761664e85d9e4f0 (commit) from 123ed3dad4423edf313f3218b3d63804b7edfc47 (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 f77540fe71e8237942fe28cc3c2ffd5ad9f10a8d Author: Mark Wielaard Date: Wed Jun 24 14:26:08 2009 +0200 Enable exelib.exp prelink tests except for ustack.tcl. * testsuite/systemtap.exelib/exelib.exp: Enable prelink "yes". * testsuite/systemtap.exelib/ustack.tcl: Ignore any prelink test (PR10323). commit 1f8592d1a615bef5bad1f255e761664e85d9e4f0 Author: Mark Wielaard Date: Wed Jun 24 14:20:08 2009 +0200 PR10305 Mark probes fail on prelinked shared library. Mark probes rely on literal statement addresses, these are based on the on-disk module address space. Introduce helper function to turn such addresses into symbol addresses as expected by libdwfl. Also properly adjust for dw bias when such addresses are used in dw queries. * dwflpp.h (dwflpp::literal_addr_to_sym_addr): New method. * dwflpp.cxx (query_cu_containing_address): Don't "globalize" address. (literal_addr_to_sym_addr): New method. * tapsets.cxx (query_module_dwarf): Turn literal addresses into symbol addresses. (query_dwarf_func): Likewise and adjust for dw module bias. ----------------------------------------------------------------------- Summary of changes: dwflpp.cxx | 35 +++++++++++++++++++++++++++++--- dwflpp.h | 2 + tapsets.cxx | 16 +++++++++++++- testsuite/systemtap.exelib/exelib.exp | 4 +- testsuite/systemtap.exelib/ustack.tcl | 3 ++ 5 files changed, 52 insertions(+), 8 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool