From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9381 invoked by alias); 27 Nov 2008 03:44:53 -0000 Received: (qmail 9358 invoked by uid 440); 27 Nov 2008 03:44:53 -0000 Date: Thu, 27 Nov 2008 03:44:00 -0000 Message-ID: <20081127034453.9347.qmail@sourceware.org> From: scox@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-0.7-551-g349dc70 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: d0f2eabd2bf318502edddc50f60635df5d16c744 X-Git-Newrev: 349dc70e4967d0ae1fd7d504bd2c5c13f7b30fd8 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: 2008-q4/txt/msg00264.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 349dc70e4967d0ae1fd7d504bd2c5c13f7b30fd8 (commit) from d0f2eabd2bf318502edddc50f60635df5d16c744 (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 349dc70e4967d0ae1fd7d504bd2c5c13f7b30fd8 Author: Stan Cox Date: Wed Nov 26 22:41:48 2008 -0500 Support debuginfo static uprobes. ----------------------------------------------------------------------- Summary of changes: ChangeLog | 4 + runtime/ChangeLog | 4 + runtime/sduprobes.h | 144 ++++++++++++++---- tapsets.cxx | 229 ++++++++++++++++----------- testsuite/ChangeLog | 5 + testsuite/systemtap.base/static_uprobes.exp | 39 +++++- testsuite/systemtap.base/static_uprobes.stp | 15 +- 7 files changed, 307 insertions(+), 133 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool