From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16041 invoked by alias); 27 Aug 2008 22:02:07 -0000 Received: (qmail 15950 invoked by uid 440); 27 Aug 2008 22:01:57 -0000 Date: Wed, 27 Aug 2008 22:02:00 -0000 Message-ID: <20080827220151.15890.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-119-g0a102c8 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 695ae5272479f77d261eea37a9ee4bef55c4ab12 X-Git-Newrev: 0a102c820c4ee8da300b4a834ef0f15fa13016d3 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: X-SW-Source: 2008-q3/txt/msg00174.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 0a102c820c4ee8da300b4a834ef0f15fa13016d3 (commit) from 695ae5272479f77d261eea37a9ee4bef55c4ab12 (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 0a102c820c4ee8da300b4a834ef0f15fa13016d3 Author: Stan Cox Date: Wed Aug 27 17:56:28 2008 -0400 Automatically print written but unread globals ----------------------------------------------------------------------- Summary of changes: ChangeLog | 7 + elaborate.cxx | 202 ++++++++++++++++++++++++++++- testsuite/ChangeLog | 8 + testsuite/systemtap.base/bench.exp | 2 +- testsuite/systemtap.base/global_end.exp | 23 ++++ testsuite/systemtap.base/global_end.stp | 30 +++++ testsuite/systemtap.base/optim_arridx.exp | 40 +++++-- testsuite/systemtap.base/optim_arridx.stp | 6 +- 8 files changed, 298 insertions(+), 20 deletions(-) create mode 100644 testsuite/systemtap.base/global_end.exp create mode 100644 testsuite/systemtap.base/global_end.stp hooks/post-receive -- systemtap: system-wide probe/trace tool