From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4588 invoked by alias); 16 Dec 2008 15:35:42 -0000 Received: (qmail 4497 invoked by uid 440); 16 Dec 2008 15:35:41 -0000 Date: Tue, 16 Dec 2008 15:35:00 -0000 Message-ID: <20081216153539.4484.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-629-g1f0cfd9 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 70be2c5b7a1ae10d23bb092a04031a119136aa47 X-Git-Newrev: 1f0cfd980bc0a5e3e360f4ee46808b239bca6b55 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/msg00342.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 1f0cfd980bc0a5e3e360f4ee46808b239bca6b55 (commit) from 70be2c5b7a1ae10d23bb092a04031a119136aa47 (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 1f0cfd980bc0a5e3e360f4ee46808b239bca6b55 Author: Stan Cox Date: Tue Dec 16 10:34:01 2008 -0500 Convert .mark to .statement(0x) instead of .statement(foo.c:N) ----------------------------------------------------------------------- Summary of changes: ChangeLog | 6 ++ runtime/ChangeLog | 4 + runtime/sduprobes.h | 119 ++++++++++++-------------- tapsets.cxx | 46 ++++------ testsuite/ChangeLog | 4 + testsuite/systemtap.base/static_uprobes.exp | 74 +++++++++++++++-- testsuite/systemtap.base/static_uprobes.stp | 14 --- 7 files changed, 154 insertions(+), 113 deletions(-) delete mode 100644 testsuite/systemtap.base/static_uprobes.stp hooks/post-receive -- systemtap: system-wide probe/trace tool