From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2409 invoked by alias); 28 Jul 2010 11:22:48 -0000 Received: (qmail 2385 invoked by uid 9112); 28 Jul 2010 11:22:48 -0000 Date: Wed, 28 Jul 2010 11:22:00 -0000 Message-ID: <20100728112248.2374.qmail@sourceware.org> From: mark@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.3-23-g00730da X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 19b255390c6ce884d83b6beaa5ddc2b46931a2ac X-Git-Newrev: 00730da107a91939e8ebf83ef41f3b4c4ab0d9f9 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-q3/txt/msg00119.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 00730da107a91939e8ebf83ef41f3b4c4ab0d9f9 (commit) from 19b255390c6ce884d83b6beaa5ddc2b46931a2ac (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 00730da107a91939e8ebf83ef41f3b4c4ab0d9f9 Author: Mark Wielaard Date: Wed Jul 28 13:19:07 2010 +0200 Add dieoffset to missing location error messages. * dwflpp.h (translate_location): Take die as argument. (find_struct_member): Take dies vector as argument. * dwflpp.cxx (translate_location): Take die as argument and output dieoffset in error message. (find_struct_member): Take dies vector as argument and fill it with the dies found. (literal_stmt_for_local): Call translate_location with vardie. ----------------------------------------------------------------------- Summary of changes: dwflpp.cxx | 23 ++++++++++++++++------- dwflpp.h | 2 ++ 2 files changed, 18 insertions(+), 7 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool